Pre enum
自覚的運動強度
6~20の値を持つ
Constructors
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
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