MercosulPlateCategory enum

Inheritance
Implemented types
Available extensions

Values

particular → const MercosulPlateCategory
const MercosulPlateCategory(0, Colors.white, Colors.black, Colors.black, 'Particular')
comercial → const MercosulPlateCategory
const MercosulPlateCategory(1, Colors.white, Colors.red, Colors.red, 'Comercial')
especial → const MercosulPlateCategory
const MercosulPlateCategory(2, Colors.white, Colors.green, Colors.green, 'Especial')
oficial → const MercosulPlateCategory
const MercosulPlateCategory(3, Colors.white, Colors.blue, Colors.blue, 'Oficial')
diplomatico → const MercosulPlateCategory
const MercosulPlateCategory(4, Colors.white, Color(0xffdaa520), Color(0xffdaa520), 'Diplomático')
colecionador → const MercosulPlateCategory
const MercosulPlateCategory(5, Colors.white, Colors.grey, Colors.grey, 'Colecionador')
colecionadorNacional → const MercosulPlateCategory
const MercosulPlateCategory(6, Colors.black, Colors.white, Colors.white, 'Colecionador Nacional')

Properties

backgroundColor Color
final
borderColor Color
final
convertToThreeLetters 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
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<MercosulPlateCategory>
A constant List of the values in this enum, in order of their declaration.