Product constructor
const
Product({})
Implementation
const Product({
required this.id,
required this.price,
this.name,
this.isAvailable,
this.images = const ['madagascar','paris','newyork'],
this.max = 0,
this.status = Status.activeFile,
this.description,
this.counts = const [1, 2, 3],
this.createdAt,
});