DeletedVault class
Confirmation of a deleted vault.
- Annotations
-
- @immutable
Constructors
- DeletedVault({required String id, String type = 'vault_deleted'})
-
Creates a DeletedVault.
const
-
DeletedVault.fromJson(Map<
String, dynamic> json) -
Creates a DeletedVault from JSON.
factory
Properties
Methods
-
copyWith(
{String? id, String? type}) → DeletedVault - 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