ReportGroup enum Null safety Types
리포트 그룹 타입
Constants
- cowHistory → const ReportGroup
-
이력정보
const ReportGroup(3)
- healthDoubt → const ReportGroup
-
건강의심
const ReportGroup(0)
- needCheck → const ReportGroup
-
확인필요
const ReportGroup(2)
- none → const ReportGroup
-
어느 그룹에도 속하지 않음
const ReportGroup(4)
- oddAction → const ReportGroup
-
특이행동
const ReportGroup(1)
-
values
→ const List<
ReportGroup> -
A constant List of the values in this enum, in order of their declaration.
const List<
ReportGroup>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited