MondayColumnType enum
- Inheritance
- Available extensions
Values
- checkbox → const MondayColumnType
- color_picker → const MondayColumnType
- board_relation → const MondayColumnType
- country → const MondayColumnType
- creation_log → const MondayColumnType
- date → const MondayColumnType
- dependency → const MondayColumnType
- dropdown → const MondayColumnType
- email → const MondayColumnType
- file → const MondayColumnType
- formula → const MondayColumnType
- hour → const MondayColumnType
- item_id → const MondayColumnType
- last_updated → const MondayColumnType
- link → const MondayColumnType
- location → const MondayColumnType
- long_text → const MondayColumnType
- mirror → const MondayColumnType
- doc → const MondayColumnType
- name → const MondayColumnType
- numbers → const MondayColumnType
- people → const MondayColumnType
- phone → const MondayColumnType
- rating → const MondayColumnType
- status → const MondayColumnType
- text → const MondayColumnType
- timeline → const MondayColumnType
- time_tracking → const MondayColumnType
- vote → const MondayColumnType
- week → const MondayColumnType
- world_clock → const MondayColumnType
- unknown → const MondayColumnType
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
MondayColumnType> - A constant List of the values in this enum, in order of their declaration.