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