CheckStatus constructor

CheckStatus(
  1. String title,
  2. bool check,
  3. int type
)

Implementation

CheckStatus(this.title, this.check, this.type);