ActionType enum Null safety Types

행동 종류

Inheritance

Constants

activity → const ActionType
const ActionType(9)
cough → const ActionType
const ActionType(8)
doridori → const ActionType
const ActionType(13)
drinking → const ActionType
const ActionType(3)
eating → const ActionType
const ActionType(2)
heading → const ActionType
const ActionType(4)
impulse → const ActionType

특이행동 행동

const ActionType(10)
irregularSittingStanding → const ActionType
const ActionType(11)
lactation → const ActionType

건강의심 행동

const ActionType(0)
ruminant → const ActionType
const ActionType(1)
sitting → const ActionType
const ActionType(6)
sittingStanding → const ActionType
const ActionType(7)
standing → const ActionType
const ActionType(5)
standingFail → const ActionType
const ActionType(12)
values → const List<ActionType>

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

const List<ActionType>

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