GetIconAsset enum
Icon asset names
Values
- find → const GetIconAsset
- apple_filled → const GetIconAsset
- bag → const GetIconAsset
- bag_rect → const GetIconAsset
- bag_rect_wide → const GetIconAsset
- bookmark → const GetIconAsset
- bookmark_wide → const GetIconAsset
- circle → const GetIconAsset
- content → const GetIconAsset
- doctor_filled → const GetIconAsset
- download → const GetIconAsset
- download_cloud → const GetIconAsset
- download_tray → const GetIconAsset
- facebook_filled → const GetIconAsset
- file → const GetIconAsset
- google_colored → const GetIconAsset
- help → const GetIconAsset
- history → const GetIconAsset
- magazine → const GetIconAsset
- magazine_wide → const GetIconAsset
- nurse_filled → const GetIconAsset
- rectangle_vert → const GetIconAsset
- search → const GetIconAsset
- settings → const GetIconAsset
- shop → const GetIconAsset
- stack_right → const GetIconAsset
- text → const GetIconAsset
- unlocked → const GetIconAsset
- upload_cloud → const GetIconAsset
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 -
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
Constants
-
values
→ const List<
GetIconAsset> - A constant List of the values in this enum, in order of their declaration.