ReportType enum Null safety Types
리포트 타입
Constants
- batteryReplacement → const ReportType
-
배터리 교체가 필요함
const ReportType(1)
- gatewayNeedCheck → const ReportType
-
게이트웨이 확인이 필요함
const ReportType(2)
- none → const ReportType
-
const ReportType(3)
- sensorRemoval → const ReportType
-
센서가 탈거됨
const ReportType(0)
-
values
→ const List<
ReportType> -
A constant List of the values in this enum, in order of their declaration.
const List<
ReportType>
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