KeyPairData class

Annotations
  • @JsonSerializable()

Constructors

KeyPairData()

Properties

address String?
getter/setter pairinherited
encoded String?
getter/setter pairinherited
encoding 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
indexInfo Map?
indexInfo
getter/setter pairinherited
memo String?
getter/setter pairinherited
meta Map<String, dynamic>?
getter/setter pairinherited
name String?
getter/setter pairinherited
observation bool?
getter/setter pairinherited
pubKey String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

fromJson(Map<String, dynamic> json) KeyPairData