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