EthWalletData class

Annotations
  • @JsonSerializable()

Constructors

EthWalletData()

Properties

address String?
getter/setter pairinherited
crypto Map<String, dynamic>?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
icon String?
address avatar in svg format
getter/setter pairinherited
id String?
getter/setter pairinherited
memo String?
for contacts
getter/setter pairinherited
name String?
getter/setter pairinherited
observation bool?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int?
getter/setter pairinherited

Methods

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

Operators

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

Static Methods

fromJson(Map json) EthWalletData