GetText enum
Get text keys
Values
- done → const GetText
- cancel → const GetText
- ok → const GetText
- continue_ → const GetText
- reset → const GetText
- delete → const GetText
- retry → const GetText
- refresh → const GetText
- succeeded → const GetText
- failed → const GetText
- failed_server → const GetText
- busy → const GetText
- please_enter → const GetText
- please_wait → const GetText
- invalid → const GetText
- value → const GetText
- location_denied_permanently → const GetText
- location_denied → const GetText
- location_disabled → const GetText
- location_mocked → const GetText
- location_error → const GetText
- switch_user → const GetText
Properties
- gif → String
-
Available on Enum, provided by the GetAsset extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- jpeg → String
-
Available on Enum, provided by the GetAsset extension
no setter - jpg → String
-
Available on Enum, provided by the GetAsset extension
no setter - name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - nameCAP → String
-
Available on Enum, provided by the EnumX extension
Returns only name of the enum value with uppercase formno setter - nameFirst → String
-
Available on Enum, provided by the EnumX extension
Returns only first letter of name of the enum valueno setter - nameFIRST → String
-
Available on Enum, provided by the EnumX extension
Returns only first letter of name of the enum value with uppercase formno setter - pdf → String
-
Available on Enum, provided by the GetAsset extension
no setter - png → String
-
Available on Enum, provided by the GetAsset extension
no setter - rawName → String
-
Available on Enum, provided by the EnumX extension
Returns full path name of the enum valueno setter - rawNAME → String
-
Available on Enum, provided by the EnumX extension
Returns full path name of the enum value with uppercase formno setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- svg → String
-
Available on Enum, provided by the GetAsset extension
no setter
Methods
-
asset(
[String? name]) → String -
call(
[List? arguments]) → String -
Available on GetText, provided by the GetTextX extension
Return the text from GetText map based on current locale -
imageAsset(
String name) → dynamic -
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