EphemeralTelemetry class
Constructors
- EphemeralTelemetry(double entryIndex, {int moodScale = -1, int hoursOfSleep = -1, String emotionTags = "", String briefNote = "", int sleepRating = -1, int hoursOnScreen = -1, int howStressed = -1, String stressorsOfToday = "", int hoursExercising = -1, int hoursSpentWithFamily = -1, int? entryTime})
Properties
- briefNote ↔ String
- 
  
  read / write
- emotionTags ↔ String
- 
  
  read / write
- entryIndex → double
- 
  
  final
- entryTimeEpochMS ↔ int
- 
  
  read / write
- hashCode → int
- 
  The hash code for this object.
  read-onlyinherited
- hoursExercising ↔ int
- 
  
  read / write
- hoursOfSleep ↔ int
- 
  
  read / write
- hoursOnScreen ↔ int
- 
  
  read / write
- hoursSpentWithFamily ↔ int
- 
  
  read / write
- howStressed ↔ int
- 
  
  read / write
- moodScale ↔ int
- 
  
  read / write
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  read-onlyinherited
- sleepRating ↔ int
- 
  
  read / write
- stressorsOfToday ↔ String
- 
  
  read / write
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