ValueType enum

Inheritance
Available extensions

Values

unknown → const ValueType
typedList → const ValueType
list → const ValueType
map → const ValueType
numeric → const ValueType
string → const ValueType
bool → const ValueType

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 form
no setter
nameFirst String

Available on Enum, provided by the EnumX extension

Returns only first letter of name of the enum value
no setter
nameFIRST String

Available on Enum, provided by the EnumX extension

Returns only first letter of name of the enum value with uppercase form
no 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 value
no setter
rawNAME String

Available on Enum, provided by the EnumX extension

Returns full path name of the enum value with uppercase form
no 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

Available on Enum, provided by the GetAsset extension

imageAsset(String name) → dynamic

Available on Enum, provided by the GetAsset extension

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<ValueType>
A constant List of the values in this enum, in order of their declaration.