WPercent enum
Values
- pTen → const WPercent
-
const WPercent(0.1)
- pTwenty → const WPercent
-
const WPercent(0.2)
- pQuarter → const WPercent
-
const WPercent(0.25)
- pThirty → const WPercent
-
const WPercent(0.3)
- pForty → const WPercent
-
const WPercent(0.4)
- pHalf → const WPercent
-
const WPercent(0.5)
- pSixty → const WPercent
-
const WPercent(0.6)
- pSeventy → const WPercent
-
const WPercent(0.7)
- p3Quarter → const WPercent
-
const WPercent(0.75)
- pEighty → const WPercent
-
const WPercent(0.8)
- pNinety → const WPercent
-
const WPercent(0.9)
- pMax → const WPercent
-
const WPercent(1)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → double
-
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