CalendarEventItem<T> class

Item class representing calendar events.

カレンダーのイベントを表すアイテムクラス。

Inheritance
Annotations

Constructors

CalendarEventItem({required DateTime startTime, required T data, DateTime? endTime, bool allDay = false})
Item class representing calendar events.
const

Properties

allDay bool
Whether the event is all day or not.
finalinherited
data → T
Event data.
finalinherited
endTime DateTime?
End time of the event.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime
Event start time.
finalinherited

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