EventRecurrence class

Constructors

EventRecurrence({required EventFrequency? frequency, int? occurrences, DateTime? endDate, int interval = 1, String? rRule})

Properties

endDate DateTime?
Indicates when the recurrence rule ends.
final
frequency EventFrequency?
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
occurrences int?
Indicates the number of occurrences 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