Date class
A gregorian calendar date generated by OpenAPI generator to differentiate between DateTime and Date formats.
- Implemented types
Properties
Methods
-
compareTo(
Date other) → int -
Compares this object to another object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDateTime(
{bool utc = false}) → DateTime - Convert to a DateTime.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override