ToastTemplateType enum Enum
Specifies the template to use in a toast notification.
Values
- toastImageAndText01 → const ToastTemplateType
-
const ToastTemplateType(0) - toastImageAndText02 → const ToastTemplateType
-
const ToastTemplateType(1) - toastImageAndText03 → const ToastTemplateType
-
const ToastTemplateType(2) - toastImageAndText04 → const ToastTemplateType
-
const ToastTemplateType(3) - toastText01 → const ToastTemplateType
-
const ToastTemplateType(4) - toastText02 → const ToastTemplateType
-
const ToastTemplateType(5) - toastText03 → const ToastTemplateType
-
const ToastTemplateType(6) - toastText04 → const ToastTemplateType
-
const ToastTemplateType(7)
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
- value → int
-
final
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<
ToastTemplateType> - A constant List of the values in this enum, in order of their declaration.