menu
nabit_app
screens\listing\add_listing\models\label_list_model.dart
LabelModel
LabelModel constructor
LabelModel
dark_mode
light_mode
LabelModel
constructor
LabelModel
(
{
int
?
id
,
String
?
title
,
int
?
status
,
bool
isSelected
=
false
}
)
Implementation
LabelModel({this.id, this.title, this.status, this.isSelected = false});
nabit_app
label_list_model
LabelModel
LabelModel constructor
LabelModel class