Country enum

Indicates the country associated with another entity, such as a business. NOTE: not all countries included

Inheritance

Constructors

Country()
const

Values

unknown → const Country

Indicates the country of Unknown

unitedStatesOfAmerica → const Country

Indicates the country of unitedStatesOfAmerica

spain → const Country

Indicates the country of spain

france → const Country

Indicates the country of france

unitedKingdom → const Country

Indicates the country of unitedKingdom

canada → const Country

Indicates the country of canada

mexico → const Country

Indicates the country of mexico

germany → const Country

Indicates the country of germany

china → const Country

Indicates the country of china

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