ScheduleTimeState class
- Annotations
-
- @freezed
Constructors
- ScheduleTimeState({@Default(ScheduleTimeType.faster) ScheduleTimeType timeType, @Default(ScheduleTimeType.faster) ScheduleTimeType tempTimeType, @Default(null) DateTime? selectedDate, @Default(null) DateTime? tempSelectedDate})
-
constfactory
Properties
-
copyWith
→ $ScheduleTimeStateCopyWith<
ScheduleTimeState> -
Create a copy of ScheduleTimeState
with the given fields replaced by the non-null parameter values.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedDate → DateTime?
-
no setterinherited
- tempSelectedDate → DateTime?
-
no setterinherited
- tempTimeType → ScheduleTimeType
-
no setterinherited
- timeType → ScheduleTimeType
-
no setterinherited
Methods
-
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