maybeWhen<TResult extends Object?> method
TResult
maybeWhen<TResult extends Object?>({
- TResult complaints(
- bool loading,
- bool isFiltered,
- List<
PgrServiceModel> complaints, - List<
PgrServiceModel> filteredComplaints, - PgrFilters? filters,
- PgrSearchKeys? searchKeys,
- required TResult orElse(),
inherited
Implementation
@optionalTypeArgs
TResult maybeWhen<TResult extends Object?>({
TResult Function(
bool loading,
bool isFiltered,
List<PgrServiceModel> complaints,
List<PgrServiceModel> filteredComplaints,
PgrFilters? filters,
PgrSearchKeys? searchKeys)?
complaints,
required TResult orElse(),
}) =>
throw _privateConstructorUsedError;