EventList<T> class
Properties
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