m4e_sdk
m4e_sdk
M4eAmount
toJson method
toJson
m4e_sdk
m4e_sdk
M4eAmount
toJson method
M4eAmount class
Constructors
M4eAmount
fromJson
Properties
currency
props
value
hashCode
runtimeType
stringify
Methods
toJson
toString
noSuchMethod
Operators
operator ==
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() { return { 'value': this.value, 'unit': this.currency.toString(), }; }