menu
iugu package
documentation
domain/entities/data_entry/prices.dart
Prices
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'currency': currency, 'value_cents': valueCents, }; }
iugu package
documentation
domain/entities/data_entry/prices
Prices
toMap method
Prices class