DerivedKeyCreateInput class sealed
Input for creating labs key
- Implemented types
- Available extensions
- Annotations
-
- @Freezed(unionKey: 'type')
Constructors
- DerivedKeyCreateInput.derive(DerivedKeyCreateInputDerive data)
-
Derive key from masterKey
constfactory
-
DerivedKeyCreateInput.fromJson(Map<
String, dynamic> json) -
factory
- DerivedKeyCreateInput.import(DerivedKeyCreateInputImport data)
-
Create new labs key
constfactory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this DerivedKeyCreateInput to a JSON map.
inherited
-
toSigner(
) → KeySigner -
Available on CreateKeyInput, provided by the CreateKeyInputToSigner extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited