Pre enum

自覚的運動強度

6~20の値を持つ

Inheritance

Constructors

Pre(int value)
const

Values

six → const Pre
Pre(6)
seven → const Pre
Pre(7)
eight → const Pre
Pre(8)
nine → const Pre
Pre(9)
ten → const Pre
Pre(10)
eleven → const Pre
Pre(11)
twelve → const Pre
Pre(12)
thirteen → const Pre
Pre(13)
fourteen → const Pre
Pre(14)
fifteen → const Pre
Pre(15)
sixteen → const Pre
Pre(16)
seventeen → const Pre
Pre(17)
eighteen → const Pre
Pre(18)
nineteen → const Pre
Pre(19)
twenty → const Pre
Pre(20)

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
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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

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