Group class abstract
- Implemented types
- Annotations
-
- @freezed
Constructors
-
Group.new({required String id, @Default(null) String? rev, @Default(null) int? deletionDate, @Default({}) Set<
CodeStub> tags, @Default(null) String? name, @Default(null) String? password, @Default(null) List<String> ? servers, @Default(false) bool superAdmin, @Default({}) Set<DecryptedPropertyStub> properties, @Default({}) Map<UserType, Set< defaultUserRoles, @Default({}) Map<String> >String, OperationToken> operationTokens, @Default(null) String? minimumKrakenVersion, @Default({}) Map<String, ExternalJwtConfig> externalJwtConfig, required AuthenticationClass minimumAuthenticationClassForElevatedPrivileges, @Default(null) String? superGroup, @Default(null) String? applicationId}) -
constfactory
Properties
- applicationId → String?
-
no setterinherited
-
copyWith
→ $GroupCopyWith<
Group> -
Create a copy of Group
with the given fields replaced by the non-null parameter values.
no setterinherited
-
defaultUserRoles
→ Map<
UserType, Set< String> > -
no setterinherited
- deletionDate → int?
-
no setterinherited
-
externalJwtConfig
→ Map<
String, ExternalJwtConfig> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
no setterinherited
- minimumAuthenticationClassForElevatedPrivileges → AuthenticationClass
-
no setterinherited
- minimumKrakenVersion → String?
-
no setterinherited
- name → String?
-
no setterinherited
-
operationTokens
→ Map<
String, OperationToken> -
no setterinherited
- password → String?
-
no setterinherited
-
properties
→ Set<
DecryptedPropertyStub> -
no setterinherited
- rev → String?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
servers
→ List<
String> ? -
no setterinherited
-
no setterinherited
- superAdmin → bool
-
no setterinherited
- superGroup → String?
-
no setterinherited
-
no setterinherited
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