StatusModel constructor

StatusModel(
  1. String title,
  2. String titleTr1,
  3. int status
)

Implementation

StatusModel(
  this.title,
  this.titleTr1,
  this.status,
);