StarInternationalType enum
Constant for possible International character mode possible
- Inheritance
- Available extensions
Values
- UK → const StarInternationalType
-
UK character mode
- USA → const StarInternationalType
-
USA character mode
- France → const StarInternationalType
-
French character mode
- Germany → const StarInternationalType
-
German character mode
- Denmark → const StarInternationalType
-
German character mode
- Sweden → const StarInternationalType
-
Sweden character mode
- Italy → const StarInternationalType
-
Italy character mode
- Spain → const StarInternationalType
-
Spain character mode
- Japan → const StarInternationalType
-
Japan character mode
- Norway → const StarInternationalType
-
Norway character mode
- Denmark2 → const StarInternationalType
-
Denmark2 character mode
- Spain2 → const StarInternationalType
-
Spain2 character mode
- LatinAmerica → const StarInternationalType
-
LatinAmerica character mode
- Korea → const StarInternationalType
-
Korea character mode
- Ireland → const StarInternationalType
-
Ireland character mode
- Legal → const StarInternationalType
-
Legal character mode
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
- text → String
-
Available on StarInternationalType, provided by the ExtendedStarInternationalType extension
no setter
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<
StarInternationalType> - A constant List of the values in this enum, in order of their declaration.