RecurringTimeWindow class

Represents an arbitrary window of time that recurs.

Constructors

RecurringTimeWindow({String? recurrence, TimeWindow? window})
RecurringTimeWindow.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
recurrence String?
An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how this window reccurs.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
window TimeWindow?
The window of the first recurrence.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited