Prefecture enum

Inheritance

Constructors

Prefecture()
const

Values

Unknown → const Prefecture
Hokkaido → const Prefecture
Aomori → const Prefecture
Iwate → const Prefecture
Miyagi → const Prefecture
Akita → const Prefecture
Yamagata → const Prefecture
Fukushima → const Prefecture
Ibaraki → const Prefecture
Tochigi → const Prefecture
Gunma → const Prefecture
Saitama → const Prefecture
Chiba → const Prefecture
Tokyo → const Prefecture
Kanagawa → const Prefecture
Niigata → const Prefecture
Toyama → const Prefecture
Ishikawa → const Prefecture
Fukui → const Prefecture
Yamanashi → const Prefecture
Nagano → const Prefecture
Gifu → const Prefecture
Shizuoka → const Prefecture
Aichi → const Prefecture
Mie → const Prefecture
Shiga → const Prefecture
Kyoto → const Prefecture
Osaka → const Prefecture
Hyogo → const Prefecture
Nara → const Prefecture
Wakayama → const Prefecture
Tottori → const Prefecture
Shimane → const Prefecture
Okayama → const Prefecture
Hiroshima → const Prefecture
Yamaguchi → const Prefecture
Tokushima → const Prefecture
Kagawa → const Prefecture
Ehime → const Prefecture
Kochi → const Prefecture
Fukuoka → const Prefecture
Saga → const Prefecture
Nagasaki → const Prefecture
Kumamoto → const Prefecture
Oita → const Prefecture
Miyazaki → const Prefecture
Kagoshima → const Prefecture
Okinawa → const Prefecture

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