Calendars class

Constructors

Calendars(DateTime startTime, DateTime endTime, [String title = 'title', String note = 'note', List<int>? alert, String eventId = '-1', int allDay = 0])

Properties

getAlert List<int>?
no setter
getAllDay int
no setter
getEndTime DateTime
no setter
getEventId String
no setter
getNote String
no setter
getStartTime DateTime
no setter
getTitle String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setAlert List<int>
no getter
setAllDay int
no getter
setEndTime DateTime
no getter
setEventId String
no getter
setNote String
no getter
setStartTime DateTime
no getter
setTitle String
no getter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited