DayEvent<T extends Object> class
- Implementers
- Available extensions
Constructors
- DayEvent.new({required T value, required DateTime start, DateTime? end, String? name})
Properties
- durationInMins → int
-
Available on DayEvent<
Object> , provided by the DayEventExtension extensionno setter - end → DateTime?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- name → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- start → DateTime
-
final
- timeGapFromZero → int
-
Available on DayEvent<
Object> , provided by the DayEventExtension extensionno setter - value → T
-
final
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> -
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override