CalendarEvent class

A calendar event extracted from QRCode.

Constructors

CalendarEvent.fromNative(Map data)
Create a CalendarEvent from native data.

Properties

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