SafeDepositEntry class

Annotations
  • @JsonSerializable()

Constructors

SafeDepositEntry({required String entryId, required String chainId, required String destination, required List<String> members, required String? tag, required String signature, required int threshold, required bool isPrimary})
const
SafeDepositEntry.fromJson(Map<String, dynamic> json)
factory

Properties

chainId String
final
destination String
final
entryId String
final
hashCode int
The hash code for this object.
no setterinherited
isPrimary bool
final
members List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String
final
tag String?
final
threshold int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited