LabelModel constructor

LabelModel(
  1. {int? id,
  2. String? title,
  3. int? status,
  4. bool isSelected = false}
)

Implementation

LabelModel({this.id, this.title, this.status, this.isSelected = false});