EventList<T> class

Constructors

EventList({required Map<DateTime, List<T>> events})

Properties

events Map<DateTime, List<T>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(DateTime date, T event) → void
addAll(DateTime date, List<T> events) → void
clear() → void
getEvents(DateTime date) List<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(DateTime date, T event) bool
removeAll(DateTime date) List<T>
toString() String
A string representation of this object.
inherited

Operators

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