ICalendar class

Inheritance

Constructors

ICalendar({String company = 'dartclub', String product = 'ical/serializer', String lang = 'EN', Duration? refreshInterval})

Properties

company String
getter/setter pair
elements List<ICalendarElement>
no setter
hashCode int
The hash code for this object.
no setterinherited
lang String
getter/setter pair
product String
getter/setter pair
refreshInterval Duration?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAll(List<ICalendarElement> elements) → dynamic
addElement(ICalendarElement element) → dynamic
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