Product constructor
Product({})
Implementation
Product({
required this.object,
required this.id,
required this.active,
this.description,
this.metadata,
required this.name,
});
Product({
required this.object,
required this.id,
required this.active,
this.description,
this.metadata,
required this.name,
});