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