menu
ub_code_structure package
documentation
app/models/product_model.dart
ProductModel
ProductModel.new constructor
ProductModel.new constructor
dark_mode
light_mode
ProductModel
constructor
ProductModel
(
{
int
?
userId
,
int
?
id
,
String
?
title
,
String
?
body
,
})
Implementation
ProductModel({ this.userId, this.id, this.title, this.body, });
ub_code_structure package
documentation
app/models/product_model
ProductModel
ProductModel.new constructor
ProductModel class