EventSubtype enum

An enumerator for the subtype of event.

Inheritance

Constructors

EventSubtype()
const

Values

FAST_ACTING → const EventSubtype

When EventType is EventType.INSULIN. Fast-acting insulin.

LONG_ACTING → const EventSubtype

When EventType is EventType.INSULIN. Long-acting insulin.

HEAVY → const EventSubtype

When EventType is EventType.EXERCISE. Heavy intensity exercise.

MEDIUM → const EventSubtype

When EventType is EventType.EXERCISE. Medium intensity exercise.

LIGHT → const EventSubtype

When EventType is EventType.EXERCISE. Light intensity exercise.

ILLNESS → const EventSubtype

When EventType is EventType.HEALTH. Illness.

STRESS → const EventSubtype

When EventType is EventType.HEALTH. Stress.

HIGH_SYMPTOMS → const EventSubtype

When EventType is EventType.HEALTH. High glycemia symptoms.

LOW_SYMPTOMS → const EventSubtype

When EventType is EventType.HEALTH. Low glycemia symptoms.

CYCLE → const EventSubtype

When EventType is EventType.HEALTH. Menstrual cycle.

ALCOHOL → const EventSubtype

When EventType is EventType.HEALTH. Alcohol assumption.

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