Alarm class
Properties
hashCode
→ int
The hash code for this object.
no setter inherited
name
↔ String
Name of this alarm.
getter/setter pair
periodInMinutes
↔ double ?
If not null, the alarm is a repeating alarm and will fire again in
periodInMinutes minutes.
getter/setter pair
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
scheduledTime
↔ double
Time at which this alarm was scheduled to fire, in milliseconds past the
epoch (e.g. Date.now() + n
). For performance reasons, the
alarm may have been delayed an arbitrary amount beyond this.
getter/setter pair
toJS
→ Alarm
no setter
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited