EventIntervals class
Class containing constants for event intervals.
Constructors
:
Properties
[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::
[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::
Methods
[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::
[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::
Operators
[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::
Constants
[daily] [→ const String] : Constant representing an event that occurs every day.
[monthly] [→ const String] : Constant representing an event that occurs every month.
[weekly] [→ const String] : Constant representing an event that occurs every week.
[yearly] [→ const String] : Constant representing an event that occurs every year.
- talawa
- recurrence_values
- EventIntervals class