DateSessionLoading class abstract
- Implemented types
Constructors
- DateSessionLoading()
-
constfactory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
map<
TResult extends Object?> ({required TResult dateSessionLoading(DateSessionLoading value), required TResult dateSessionLoaded(DateSessionLoaded value)}) → TResult -
inherited
-
mapOrNull<
TResult extends Object?> ({TResult? dateSessionLoading(DateSessionLoading value)?, TResult? dateSessionLoaded(DateSessionLoaded value)?}) → TResult? -
inherited
-
maybeMap<
TResult extends Object?> ({TResult dateSessionLoading(DateSessionLoading value)?, TResult dateSessionLoaded(DateSessionLoaded value)?, required TResult orElse()}) → TResult -
inherited
-
maybeWhen<
TResult extends Object?> ({TResult dateSessionLoading()?, TResult dateSessionLoaded(AttendanceRegisterModel selectedRegister)?, 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 dateSessionLoading(), required TResult dateSessionLoaded(AttendanceRegisterModel selectedRegister)}) → TResult -
inherited
-
whenOrNull<
TResult extends Object?> ({TResult? dateSessionLoading()?, TResult? dateSessionLoaded(AttendanceRegisterModel selectedRegister)?}) → TResult? -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited