DateRemind class abstract
An object of remind's basic information
Constructors
- DateRemind(String name, DateTime dateTime)
-
Provides remind
name
anddateTime
Properties
Methods
-
isOngoing(
DateTime dateTime) → bool - Checking this remind is ongoing
-
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