ConciergeFormBlockType enum
Is the type of the block, values header, body or separator are only for design purposes, does not affect the usability of the block
Values
- text → const ConciergeFormBlockType
-
Prompt a text as value
- number → const ConciergeFormBlockType
-
Prompt a number. May be integer or float
- boolean → const ConciergeFormBlockType
-
Ask to true or false, on or off, yes or no
- date → const ConciergeFormBlockType
-
Prompt a date
- datetime → const ConciergeFormBlockType
-
Prompt a date and time
- time → const ConciergeFormBlockType
-
Prompt a time
- select → const ConciergeFormBlockType
-
Prompt a choice, may be multiple
- separator → const ConciergeFormBlockType
-
A separator, a line, dotted or not
- header → const ConciergeFormBlockType
-
A header, a title
- body → const ConciergeFormBlockType
-
A body, a paragraph
- location → const ConciergeFormBlockType
-
Request a location
- file → const ConciergeFormBlockType
-
Request a file
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
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
String json) → ConciergeFormBlockType
Constants
-
values
→ const List<
ConciergeFormBlockType> - A constant List of the values in this enum, in order of their declaration.