BarcodeCalendarEvent class

DateTime data type used in calendar events.

Properties

end DateTime
The end date time of the calendar event.
final
eventDescription String?
The description of the calendar event.
final
hashCode int
The hash code for this object.
no setterinherited
location String?
The location of the calendar event.
final
organizer String?
The organizer of the calendar event.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start DateTime
The start date time of the calendar event.
final
status String?
The status of the calendar event.
final
summary String?
The summary of the calendar event.
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