EventData class

Class for storing event data.

Constructors

EventData({required DateTime startTime, dynamic data = const {}, DateTime? endTime, required String title, String? text, bool allDay = false})
Class for storing event data.
const

Properties

allDay bool
True if the event is all day.
final
data → dynamic
Raw data for the event.
final
endTime DateTime?
End date and time.
final
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
Start date and time.
final
text String?
Event details.
final
timeString String
Gets the time string.
no setter
title String
Event title.
final

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