copyWith abstract method

IdentityFilter<IdentityModel> copyWith({
  1. InWhere<int>? ids,
})

Implementation

IdentityFilter copyWith({InWhere<int>? ids});