ThreeLettersPlateCategory enum
- Inheritance
- Implemented types
- Available extensions
Values
- particular → const ThreeLettersPlateCategory
-
const ThreeLettersPlateCategory(0, Colors.grey, Colors.grey, Colors.black, 'Particular')
- comercial → const ThreeLettersPlateCategory
-
const ThreeLettersPlateCategory(1, Color(0xFFD32F2F), Color(0xFFB71C1C), Colors.white, 'Comercial')
- especial → const ThreeLettersPlateCategory
-
const ThreeLettersPlateCategory(2, Color(0xFF388E3C), Color(0xFF1B5E20), Colors.white, 'Especial')
- oficial → const ThreeLettersPlateCategory
-
const ThreeLettersPlateCategory(3, Color(0xFFFFFFFF), Color(0xFFececec), Colors.black, 'Oficial')
- diplomatico → const ThreeLettersPlateCategory
-
const ThreeLettersPlateCategory(4, Color(0xFF1976D2), Color(0xFF0D47A1), Colors.white, 'Diplomático')
- colecionador → const ThreeLettersPlateCategory
-
const ThreeLettersPlateCategory(5, Color(0xFF353535), Color(0xFF242424), Colors.white, 'Colecionador')
- aprendizagem → const ThreeLettersPlateCategory
-
const ThreeLettersPlateCategory(6, Color(0xFFFFFFFF), Color(0xFFececec), Color(0xFFD32F2F), 'Aprendizagem')
- representacao → const ThreeLettersPlateCategory
-
const ThreeLettersPlateCategory(7, Color(0xFF353535), Color(0xFF242424), Color(0xffdaa520), 'Representação')
Properties
- backgroundColor → Color
-
final
- borderColor → Color
-
final
- convertToMercosul → MercosulPlateCategory
-
Return the equivalent MercosulPlateCategory of this ThreeLettersPlateCategory
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- identifier → String
-
no setteroverride
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- lettersHeightRelation → double
-
no setter
- name → String
-
final
- 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
- textColor → Color
-
final
- value → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ThreeLettersPlateCategory> - A constant List of the values in this enum, in order of their declaration.