TimeOfDay class Null safety
A time on a day. Used in a ScheduledTrigger.
Follows the conventions in the DartTime
class, but only uses the Time
part in a 24 hour time format.
- Annotations
- @JsonSerializable(fieldRename: FieldRename.none, includeIfNull: false)
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
Output as ISO 8601 extended time format with seconds accuracy, omitting
the 24th hour and 60th leap second. E.g., "09:30:00".
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited