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