DateTrigger class

Inheritance
Annotations
  • @immutable

Constructors

DateTrigger(List<MonthsOfYear> months, int day, int year, bool repeatEveryYear, int minutesSinceMidnight)
const

Properties

day int
Day of month that action should trigger.
final
hashCode int
The hash code for this object.
no setterinherited
minutesSinceMidnight int
The time in minutes since midnight that an action is triggered.
finalinherited
months List<MonthsOfYear>
Months that the action should trigger at.
final
repeatEveryYear bool
If the schedule should repeat every year.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
year int
Year that the action should trigger.
final

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