m4e_sdk
m4e_sdk
Amount
toMap method
toMap
m4e_sdk
m4e_sdk
Amount
toMap method
Amount class
Constructors
Amount
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, }; }