stellar_flutter_sdk
stellar_flutter_sdk
Price
toJson method
toJson
stellar_flutter_sdk
stellar_flutter_sdk
Price
toJson method
Price class
Constructors
Price
fromJson
Properties
d
denominator
hashCode
n
numerator
runtimeType
Methods
noSuchMethod
toJson
toString
toXdr
Operators
operator ==
Static methods
fromString
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => <String, dynamic>{'n': n, 'd': d};