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