menu
market_commons package
documentation
models/selection_element.dart
SelectionElementModel
SelectionElementModel.new const constructor
SelectionElementModel.new const constructor
dark_mode
light_mode
SelectionElementModel
constructor
const
SelectionElementModel
(
{
required
String
id
,
required
String
name
,
required
int
price
,
})
Implementation
const SelectionElementModel({ required super.id, required this.name, required this.price, });
market_commons package
documentation
models/selection_element
SelectionElementModel
SelectionElementModel.new const constructor
SelectionElementModel class