CustomDataTableType enum Null safety Types

표 종류

Inheritance

Constants

cowCurrentStatus → const CustomDataTableType

개체현황 표

const CustomDataTableType(0)
cowManagement → const CustomDataTableType

개체설정/개체관리 화면의 표

const CustomDataTableType(1)
diseaseObservation → const CustomDataTableType

질병관찰 리스트 표

const CustomDataTableType(2)
gateway → const CustomDataTableType

게이트웨이 리스트 표

const CustomDataTableType(5)
needCheck → const CustomDataTableType

게이트웨이 확인필요 카드의 표

const CustomDataTableType(3)
sensor → const CustomDataTableType

센서 리스트 표

const CustomDataTableType(4)
values → const List<CustomDataTableType>

A constant List of the values in this enum, in order of their declaration.

const List<CustomDataTableType>

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