Properties
-
context
→ BuildContext
-
no setter
-
copyWith
→ _$$CancelImplCopyWith<_$CancelImpl>
-
Create a copy of ScheduleTimeEvent
with the given fields replaced by the non-null parameter values.
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
shouldPop
→ bool?
-
no setter
Methods
-
map<TResult extends Object?>({required TResult changeTimeType(ChangeTimeType value), required TResult setTime(SetTime value), required TResult save(Save value), required TResult cancel(Cancel value)})
→ TResult
-
inherited
-
mapOrNull<TResult extends Object?>({TResult? changeTimeType(ChangeTimeType value)?, TResult? setTime(SetTime value)?, TResult? save(Save value)?, TResult? cancel(Cancel value)?})
→ TResult?
-
inherited
-
maybeMap<TResult extends Object?>({TResult changeTimeType(ChangeTimeType value)?, TResult setTime(SetTime value)?, TResult save(Save value)?, TResult cancel(Cancel value)?, required TResult orElse()})
→ TResult
-
inherited
-
maybeWhen<TResult extends Object?>({TResult changeTimeType(ScheduleTimeType timeType)?, TResult setTime(DateTime time)?, TResult save(BuildContext context)?, TResult cancel(BuildContext context, bool? shouldPop)?, required TResult orElse()})
→ TResult
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
when<TResult extends Object?>({required TResult changeTimeType(ScheduleTimeType timeType), required TResult setTime(DateTime time), required TResult save(BuildContext context), required TResult cancel(BuildContext context, bool? shouldPop)})
→ TResult
-
inherited
-
whenOrNull<TResult extends Object?>({TResult? changeTimeType(ScheduleTimeType timeType)?, TResult? setTime(DateTime time)?, TResult? save(BuildContext context)?, TResult? cancel(BuildContext context, bool? shouldPop)?})
→ TResult?
-
inherited