menu
ub_code_structure package
documentation
app/models/product_model.dart
ProductModel
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { "userId": userId, "id": id, "title": title, "body": body, };
ub_code_structure package
documentation
app/models/product_model
ProductModel
toJson method
ProductModel class