menu
parodia_admin package
documentation
core/dto/product.dto.dart
Group
Group constructor
Group constructor
dark_mode
light_mode
Group
constructor
Group
(
{
String
?
id
,
String
?
type
,
int
?
highlightRate
,
bool
?
useStock
,
List
<
CategoryDTO
>
?
categories
,
BrandDTO
?
brand
,
})
Implementation
Group( {this.id, this.type, this.highlightRate, this.useStock, this.categories, this.brand});
parodia_admin package
documentation
core/dto/product.dto
Group
Group constructor
Group class