copyWith abstract method

  1. @override
NameFilter<NameModel> copyWith({
  1. InWhere<int>? ids,
  2. InWhere<bool>? status,
  3. LikeWhere? text,
})
override

Implementation

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