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

hashCode int
The hash code for this object.
no setteroverride
id String
Unique identifier of the deleted vault.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
Object type. Always "vault_deleted".
final

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