Regiao enum

Inheritance
Available extensions

Values

naoDefinido → const Regiao
const Regiao(0)
norte → const Regiao
const Regiao(1)
nordeste → const Regiao
const Regiao(2)
centroOeste → const Regiao
const Regiao(3)
sudeste → const Regiao
const Regiao(4)
sul → const Regiao
const Regiao(5)
nacional → const Regiao
const Regiao(91)
exportacao → const Regiao
const Regiao(99)

Properties

capitais Future<Iterable<Cidade>>
Retorna uma lista de cidades capitais desta região
no setter
cidades Future<Iterable<Cidade>>
Retorna uma lista de cidades desta região
no setter
estados Iterable<Estado>
Retorna uma lista de estados desta região
no setter
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
regiaoReal bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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

Static Properties

pegarRegioes List<Regiao>
Retorna uma lista de regiões.
no setter

Static Methods

pegar(dynamic value) Regiao

Constants

values → const List<Regiao>
A constant List of the values in this enum, in order of their declaration.