stellar_flutter_sdk
stellar_flutter_sdk
AccountResponseData
getDecoded method
getDecoded
stellar_flutter_sdk
stellar_flutter_sdk
AccountResponseData
getDecoded method
AccountResponseData class
Constructors
AccountResponseData
Properties
hashCode
keys
length
runtimeType
Methods
getDecoded
noSuchMethod
toString
Operators
operator ==
operator []
getDecoded
method
Uint8List
getDecoded
(
String
key
)
Gets raw value for a given
key
.
Implementation
Uint8List getDecoded(String key) => base64Decode(this[key]);