TwoLettersPlateCategory enum

Inheritance
Implemented types
Available extensions

Values

particular → const TwoLettersPlateCategory
const TwoLettersPlateCategory(0, Colors.amber, Color(0xFFFFB300), Colors.black, 'Particular')
comercial → const TwoLettersPlateCategory
const TwoLettersPlateCategory(1, Color(0xFFC62828), Color(0xFFB71C1C), Colors.white, 'Comercial')

Properties

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