CalendarEvent class
A calendar event extracted from a QRCode.
Constructors
- CalendarEvent.new({String? description, DateTime? start, DateTime? end, String? location, String? organizer, String? status, String? summary})
-
Create a new CalendarEvent instance.
const
-
CalendarEvent.fromNative(Map<
Object?, Object?> data) -
Create a new CalendarEvent instance from a map.
factory
Properties
- description → String?
-
The description of the calendar event.
final
- end → DateTime?
-
The end time 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 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