InputModeType enum Null safety Types
입력 모드 타입. 신규생성, 업데이트
Constants
- create → const InputModeType
-
const InputModeType(0)
- update → const InputModeType
-
const InputModeType(1)
-
values
→ const List<
InputModeType> -
A constant List of the values in this enum, in order of their declaration.
const List<
InputModeType>
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