stellar_flutter_sdk
stellar_flutter_sdk
XdrMemo
text property
text
stellar_flutter_sdk
stellar_flutter_sdk
XdrMemo
text property
XdrMemo class
Constructors
XdrMemo
Properties
discriminant
hash
hashCode
id
retHash
runtimeType
text
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
decode
encode
text
property
String
text
Implementation
String get text => this._text;
void
text=
(
String
value
)
Implementation
set text(String value) => this._text = value;