ComplaintInboxState.complaints constructor

const ComplaintInboxState.complaints({
  1. @Default(false) bool loading,
  2. @Default(false) bool isFiltered,
  3. @Default([]) List<PgrServiceModel> complaints,
  4. @Default([]) List<PgrServiceModel> filteredComplaints,
  5. PgrFilters? filters,
  6. PgrSearchKeys? searchKeys,
})

Implementation

const factory ComplaintInboxState.complaints({
  @Default(false) bool loading,
  @Default(false) bool isFiltered,
  @Default([]) List<PgrServiceModel> complaints,
  @Default([]) List<PgrServiceModel> filteredComplaints,
  PgrFilters? filters,
  PgrSearchKeys? searchKeys,
}) = _ComplaintInboxState;