menu
view_ui_flutter package
documentation
models/item_model.dart
ItemModel
ItemModel.new const constructor
ItemModel.new const constructor
dark_mode
light_mode
ItemModel
constructor
const
ItemModel
(
{
String
idItem
=
''
,
String
descripcionItem
=
''
,
})
Implementation
const ItemModel({ this.idItem = '', this.descripcionItem = '', });
view_ui_flutter package
documentation
models/item_model
ItemModel
ItemModel.new const constructor
ItemModel class