NullableTimeOfDay class
Constructors
- NullableTimeOfDay.new({int? hour, int? minute, int? second})
Properties
Methods
-
copyWith(
{int? hour, int? minute, int? second}) → NullableTimeOfDay -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< TimePart, int> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
-
operator [](
TimePart part) → int?
Static Methods
-
fromTimeOfDay(
TimeOfDay? timeOfDay) → NullableTimeOfDay?