stellar_flutter_sdk
stellar_flutter_sdk
XdrUint64
uint64 property
uint64
stellar_flutter_sdk
stellar_flutter_sdk
XdrUint64
uint64 property
XdrUint64 class
Constructors
XdrUint64
Properties
hashCode
runtimeType
uint64
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
decode
encode
uint64
property
int
uint64
Implementation
int get uint64 => this._uint64;
void
uint64=
(
int
value
)
Implementation
set uint64(int value) => this._uint64 = value;