GroupPermission class

Inheritance
Implemented types
Implementers

Constructors

GroupPermission({required EntityGroupId? userGroupId, required RoleId roleId, bool isPublic = false, EntityGroupId? entityGroupId, EntityType? entityGroupType})
GroupPermission.fromJson(Map<String, dynamic> json)

Properties

createdTime int?
getter/setter pairinherited
entityGroupId EntityGroupId?
getter/setter pair
entityGroupType EntityType?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id GroupPermissionId?
getter/setter pairinherited
isPublic bool
getter/setter pair
roleId RoleId
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantId TenantId?
getter/setter pair
userGroupId EntityGroupId?
getter/setter pair

Methods

baseDataString([String? toStringBody]) String
inherited
getCreatedTime() int?
inherited
getEntityType() EntityType
getId() GroupPermissionId?
inherited
getName() String
override
getTenantId() TenantId?
override
groupPermissionString([String? toStringBody]) String
idBasedString() String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCreatedTime(int? createdTime) → void
inherited
setId(GroupPermissionId? id) → dynamic
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

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