copyWith abstract method

  1. @override
StatusFilter<StatusModel> copyWith({
  1. InWhere<int>? ids,
  2. InWhere<bool>? status,
})
override

Implementation

@override
StatusFilter copyWith({InWhere<int>? ids, InWhere<bool>? status});