OrderModel constructor
OrderModel({})
Returns a new OrderModel instance.
Implementation
OrderModel({
required this.id,
required this.name,
required this.order,
required this.state,
this.website,
this.widthMm,
this.heightMm,
this.depthMm,
required this.model,
required this.created,
required this.modified,
});