Recurrence class

Constructors

Recurrence({required Frequency? frequency, int? ocurrences, DateTime? endDate, int interval = 1, String? rRule})

Properties

endDate DateTime?
Indicates when the recurrence rule ends.
final
frequency Frequency?
The frequency of the recurrence rule.
final
hashCode int
The hash code for this object.
no setterinherited
interval int
Specifies how often the recurrence rule repeats over the unit of time indicated by its frequency.
final
ocurrences int?
Indicates the numer of ocurrences until the rule ends.
final
rRule String?
(Android only) If you have a specific rule that cannot be matched with current parameters, you can specify a RRULE in RFC5545 format
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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