States enum

States represents the official 26 state codes of Brazil.

Inheritance

Constructors

States()
const

Values

df → const States
go → const States
ms → const States
to → const States
pa → const States
am → const States
ac → const States
ap → const States
ro → const States
rr → const States
ce → const States
ma → const States
pi → const States
pe → const States
rn → const States
pb → const States
al → const States
ba → const States
se → const States
mg → const States
rj → const States
es → const States
sp → const States
pr → const States
sc → const States
rs → const States

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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