menu
otium_ecommerce
data/models/responses/cart/carts_response.dart
ProductResponse
ProductResponse.fromJson factory constructor
ProductResponse.fromJson
dark_mode
light_mode
ProductResponse.fromJson
constructor
ProductResponse.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory ProductResponse.fromJson(Map<String, dynamic> json) => _$ProductResponseFromJson(json);
otium_ecommerce
carts_response
ProductResponse
ProductResponse.fromJson factory constructor
ProductResponse class