Events class
A simple event object for Cupertno Calendar
- Inheritance
-
- Object
- DateRemind
- Events
- Implementers
Constructors
Properties
- description → String?
-
Optional string for describe this Events
final
- from → DateTime
-
Get when this Events start
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
json
→ Map<
String, dynamic> -
Generate json object
no setteroverride
- name → String
-
Remind's name
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- to → DateTime
-
Get when this Events end
no setter
Methods
-
isHappening(
DateTime dateTime) → bool -
Check
dateTime
's datetime is happeninginherited -
isOngoing(
DateTime dateTime) → bool -
Like
isOngoing
, but checkdateTime
's date onlyinherited -
isOngoingDate(
DateTime dateTime) → bool -
Like
isOngoing
, but checkdateTime
's date onlyinherited -
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