SegmentType enum
Values
- aggressiveDriver → const SegmentType
- anticipativeDriver → const SegmentType
- barGoer → const SegmentType
- cityDriver → const SegmentType
- cityHome → const SegmentType
- cityWorker → const SegmentType
- cultureBuff → const SegmentType
- dieHardDriver → const SegmentType
- distractedDriver → const SegmentType
- dogWalker → const SegmentType
- earlyBird → const SegmentType
- easyCommuter → const SegmentType
- efficientDriver → const SegmentType
- foodie → const SegmentType
- frequentFlyer → const SegmentType
- fulltimeWorker → const SegmentType
- greenCommuter → const SegmentType
- healthyBiker → const SegmentType
- healthyWalker → const SegmentType
- heavyCommuter → const SegmentType
- homeBound → const SegmentType
- homebody → const SegmentType
- homeworker → const SegmentType
- illegalDriver → const SegmentType
- lateWorker → const SegmentType
- legalDriver → const SegmentType
- longCommuter → const SegmentType
- mobility → const SegmentType
- mobilityHigh → const SegmentType
- mobilityLimited → const SegmentType
- mobilityModerate → const SegmentType
- motorwayDriver → const SegmentType
- musicLover → const SegmentType
- natureLover → const SegmentType
- nightOwl → const SegmentType
- nightWorker → const SegmentType
- normalCommuter → const SegmentType
- parttimeWorker → const SegmentType
- petOwner → const SegmentType
- physicalActivityHigh → const SegmentType
- physicalActivityLimited → const SegmentType
- physicalActivityModerate → const SegmentType
- publicTransportsCommuter → const SegmentType
- publicTransportsUser → const SegmentType
- recentlyChangedJob → const SegmentType
- recentlyMovedHome → const SegmentType
- restoLover → const SegmentType
- ruralHome → const SegmentType
- ruralWorker → const SegmentType
- shopaholic → const SegmentType
- shortCommuter → const SegmentType
- sleepDeprived → const SegmentType
- sportive → const SegmentType
- student → const SegmentType
- townHome → const SegmentType
- townWorker → const SegmentType
- uberParent → const SegmentType
- workLifeBalance → const SegmentType
- workTraveller → const SegmentType
- workaholic → const SegmentType
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
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<
SegmentType> - A constant List of the values in this enum, in order of their declaration.