ReportType enum Null safety Types

리포트 타입

Inheritance

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

hashCode int
The hash code for this object. [...]
read-only, inherited
index int
A numeric identifier for the enumerated value. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

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