Alarm class

Inheritance

Constructors

Alarm(Schedule schedule)

Properties

date DateTime?
no setteroverride
endDate DateTime?
end date/time for time interval alarms
no setter
hashCode int
The hash code for this object.
no setterinherited
randomTime DateTime?
value for randomized alarms
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weekDays int?
days on which the alarm applies in a bitmask; 0MTWTFSS. Weekdays is 01111100 = 124. Tuesdays is 00100000 = 32
no setter

Methods

formattedTime() String
isRecurringAlarm() bool
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