SHOE_SIZE enum

Inheritance

Constructors

SHOE_SIZE()
const

Values

centimeters → const SHOE_SIZE
inches → const SHOE_SIZE
euChina → const SHOE_SIZE
ukIndiaChild → const SHOE_SIZE
ukIndiaMan → const SHOE_SIZE
ukIndiaWoman → const SHOE_SIZE
usaCanadaChild → const SHOE_SIZE
usaCanadaMan → const SHOE_SIZE
usaCanadaWoman → const SHOE_SIZE
japan → const SHOE_SIZE

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