SecureDelegation class abstract
- Annotations
-
- @freezed
Constructors
-
SecureDelegation.new({@Default(null) String? delegator, @Default(null) String? delegate, @Default({}) Set<
Base64String> secretIds, @Default({}) Set<Base64String> encryptionKeys, @Default({}) Set<Base64String> owningEntityIds, @Default({}) Set<SecureDelegationKeyString> parentDelegations, @Default(null) String? exchangeDataId, required AccessLevel permissions}) -
constfactory
Properties
-
copyWith
→ $SecureDelegationCopyWith<
SecureDelegation> -
Create a copy of SecureDelegation
with the given fields replaced by the non-null parameter values.
no setterinherited
- delegate → String?
-
no setterinherited
- delegator → String?
-
no setterinherited
-
encryptionKeys
→ Set<
Base64String> -
no setterinherited
- exchangeDataId → String?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
owningEntityIds
→ Set<
Base64String> -
no setterinherited
-
parentDelegations
→ Set<
SecureDelegationKeyString> -
no setterinherited
- permissions → AccessLevel
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
secretIds
→ Set<
Base64String> -
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
Static Methods
-
encode(
SecureDelegation value) → Map< String, dynamic> -
fromJSON(
Map< String, dynamic> data) → SecureDelegation