Account class

Constructors

Account({String? accountIndex, String? balance, String? bjj, String? hezEthereumAddress, int? itemId, int? nonce, Token? token})
Account.fromJson(Map<String, dynamic> json)
factory

Properties

accountIndex String?
final
balance String?
final
bjj String?
final
hashCode int
The hash code for this object.
no setterinherited
hezEthereumAddress String?
final
itemId int?
final
nonce int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token Token?
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