menu
ventas_dealer package
documentation
models/cart_model.dart
Price
Price.fromJson factory constructor
Price.fromJson factory constructor
dark_mode
light_mode
Price.fromJson
constructor
Price.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Price.fromJson(Map<String, dynamic> json) => _$PriceFromJson(json);
ventas_dealer package
documentation
models/cart_model
Price
Price.fromJson factory constructor
Price class