ValueType enum
Values
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