CreateVaultParams class
Request parameters for creating a vault.
- Annotations
-
- @immutable
Constructors
-
CreateVaultParams({required String displayName, Map<
String, String> ? metadata}) -
Creates a CreateVaultParams.
const
-
CreateVaultParams.fromJson(Map<
String, dynamic> json) -
Creates a CreateVaultParams from JSON.
factory
Properties
- displayName → String
-
Human-readable name for the vault. 1-255 characters.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
-
metadata
→ Map<
String, String> ? -
Arbitrary key-value metadata to attach to the vault.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? displayName, Object? metadata = unsetCopyWithValue}) → CreateVaultParams - Creates a copy with replaced values.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts to JSON.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override