DateRemind class abstract

An object of remind's basic information

Implementers

Constructors

DateRemind(String name, DateTime dateTime)
Provides remind name and dateTime

Properties

hashCode int
The hash code for this object.
no setterinherited
json Map<String, dynamic>
Generate json object
no setter
name String
Remind's name
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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