Perm.this

A constructor that creates an object of the Perm class with the given parameter in the form of unsigned value. If called without parameters, then the default parameter is zero.

class Perm
this
(
uint perm = 0
)

Parameters

perm uint

Permissions as unsigned value.

Typical usage:

Perm perm = new Perm(0x0000);

Meta