PermissionPermissionDetails class

Constructors

PermissionPermissionDetails({List<String>? additionalRoles, bool? inherited, String? inheritedFrom, String? permissionType, String? role})
PermissionPermissionDetails.fromJson(Map json_)

Properties

additionalRoles List<String>?
Additional roles for this user.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inherited bool?
Whether this permission is inherited.
getter/setter pair
inheritedFrom String?
The ID of the item from which this permission is inherited.
getter/setter pair
permissionType String?
The permission type for this user.
getter/setter pair
role String?
The primary role for this user.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited