ICalendarElement class abstract
- Inheritance
-
- Object
- AbstractSerializer
- ICalendarElement
- Implementers
Constructors
-
ICalendarElement({IOrganizer? organizer, String? uid, String? summary, String? description, List<
String> ? categories, String? url, IClass? classification = IClass.PRIVATE, String? comment, IRecurrenceRule? rrule})
Properties
-
categories
↔ List<
String> ? -
getter/setter pair
- classification ↔ IClass?
-
getter/setter pair
- comment ↔ String?
-
getter/setter pair
- description ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- organizer ↔ IOrganizer?
-
getter/setter pair
- rrule ↔ IRecurrenceRule?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- summary ↔ String?
-
getter/setter pair
- uid ↔ String?
-
getter/setter pair
- url ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
) → String -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited