BlockChainData class

Implementers
Annotations
  • @JsonSerializable()

Constructors

BlockChainData.new({required String identifier, required String publicKey, required String privateKey, required DerivationPath derivationPath, required String passphrase})
BlockChainData.fromJson(Map<String, dynamic> json)
factory

Properties

derivationPath DerivationPath
final
hashCode int
The hash code for this object.
no setteroverride
identifier String
final
passphrase String
final
privateKey String
final
publicKey String
final
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.
override

Operators

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