menu
ventas_dealer package
documentation
models/invoice_response.dart
Price
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() => { "amount": amount, "currency": currency, "id": id, };
ventas_dealer package
documentation
models/invoice_response
Price
toMap method
Price class