FALL_ASLEEP_TIME constant

Field const FALL_ASLEEP_TIME

Time when the user falls asleep, expressed as a Unix timestamp.

Implementation

static const Field FALL_ASLEEP_TIME = Field.newLongField(
  'fall_asleep_time',
);