SelfCheck constructor

SelfCheck(
  1. {required SelfCheckType type,
  2. required int number,
  3. required bool check}
)

Implementation

SelfCheck({
  required this.type,
  required this.number,
  required this.check,
});