Group class

Implemented types

Constructors

Group(String id, AuthenticationClass minimumAuthenticationClassForElevatedPrivileges, {String? rev, int? deletionDate, Set<CodeStub>? tags, String? name, String? password, List<String>? servers, bool? superAdmin, Set<DecryptedPropertyStub>? properties, Map<UserType, Set<String>>? defaultUserRoles, Map<String, OperationToken>? operationTokens, Map<String, String>? sharedEntities, String? minimumKrakenVersion, String? superGroup, String? applicationId})
Group.fromJSON(Map<String, dynamic> data)
factory

Properties

applicationId String?
getter/setter pair
defaultUserRoles Map<UserType, Set<String>>
getter/setter pair
deletionDate int?
getter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pairoverride-getter
minimumAuthenticationClassForElevatedPrivileges AuthenticationClass
getter/setter pair
minimumKrakenVersion String?
getter/setter pair
name String?
getter/setter pair
operationTokens Map<String, OperationToken>
getter/setter pair
password String?
getter/setter pair
properties Set<DecryptedPropertyStub>
getter/setter pair
rev String?
getter/setter pairoverride-getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servers List<String>?
getter/setter pair
sharedEntities Map<String, String>
getter/setter pair
superAdmin bool
getter/setter pair
superGroup String?
getter/setter pair
tags Set<CodeStub>
getter/setter pairoverride

Methods

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

Operators

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

Static Methods

encode(Group value) Map<String, dynamic>