SelfCheck class

セルフチェック

Constructors

SelfCheck({required SelfCheckType type, required int number, required bool check})

Properties

check bool
final
hashCode int
The hash code for this object.
no setterinherited
number int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type SelfCheckType
final

Methods

copyWith({bool? check, SelfCheckType? type, int? number}) SelfCheck
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getInitialSelfCheckList() List<SelfCheck>
初期セルフチェックリストを返す