CleanCalendarEvent class

Constructors

CleanCalendarEvent(String summary, {String description = '', String location = '', required DateTime startTime, required DateTime endTime, Color color = Colors.blue, bool isAllDay = false, bool isDone = false})

Properties

color Color
getter/setter pair
description String
getter/setter pair
endTime DateTime
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAllDay bool
getter/setter pair
isDone bool
getter/setter pair
location String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime DateTime
getter/setter pair
summary String
getter/setter pair

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