Item constructor
Implementation
Item({
required this.id,
required this.code,
required this.type,
required this.mainExchange,
this.createdAt,
this.updatedAt,
required this.name,
required this.plural,
});
Item({
required this.id,
required this.code,
required this.type,
required this.mainExchange,
this.createdAt,
this.updatedAt,
required this.name,
required this.plural,
});