SelfCheck constructor
- {required SelfCheckType type,
- required int number,
- required bool check}
Implementation
SelfCheck({
required this.type,
required this.number,
required this.check,
});
SelfCheck({
required this.type,
required this.number,
required this.check,
});