DateSessionLoaded class abstract

Implemented types

Constructors

DateSessionLoaded({required AttendanceRegisterModel selectedRegister})
const
factory

Properties

copyWith → _$$DateSessionLoadedImplCopyWith<_$DateSessionLoadedImpl>
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
selectedRegister AttendanceRegisterModel
no setter

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