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