CategorizedDayEvent<T extends Object> class

Inheritance
Available extensions

Constructors

CategorizedDayEvent({required String categoryId, required T value, required DateTime start, DateTime? end, String? name})

Properties

categoryId String
final
durationInMins int

Available on DayEvent<Object>, provided by the DayEventExtension extension

no setter
end DateTime?
finalinherited
hashCode int
The hash code for this object.
no setteroverride
name String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start DateTime
finalinherited
timeGapFromZero int

Available on DayEvent<Object>, provided by the DayEventExtension extension

no setter
value → T
finalinherited

Methods

compare(DayEvent<Object> other) int

Available on DayEvent<Object>, provided by the DayEventExtension extension

copyWith({T? value, DateTime? start, DateTime? end, String? name}) DayEvent<T>
inherited
isInThisGap(DateTime timePoint, int gap) bool

Available on DayEvent<Object>, provided by the DayEventExtension extension

minutesFrom(DateTime timePoint) int

Available on DayEvent<Object>, provided by the DayEventExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startAt(DateTime timePoint) bool

Available on DayEvent<Object>, provided by the DayEventExtension extension

startAtHour(DateTime timePoint) bool

Available on DayEvent<Object>, provided by the DayEventExtension extension

startInThisGap(DateTime timePoint, int gap) bool

Available on DayEvent<Object>, provided by the DayEventExtension extension

toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override