menu
noor_go package
documentation
customer_app/domain/model/fouls_model.dart
FoulsModel
FoulsModel.new constructor
FoulsModel.new constructor
dark_mode
light_mode
FoulsModel
constructor
FoulsModel
(
{
int
?
id
,
String
?
reason
,
int
?
orderId
,
DateTime
?
createdAt
,
})
Implementation
FoulsModel({ this.id, this.reason, this.orderId, this.createdAt, });
noor_go package
documentation
customer_app/domain/model/fouls_model
FoulsModel
FoulsModel.new constructor
FoulsModel class