copyWith abstract method
Returns a shallow copy of this Filter with some or all fields replaced by the given arguments.
Implementation
@_i1.useResult
Filter copyWith({
String? name,
String? table,
List<_i2.FilterConstraint>? constraints,
});
Returns a shallow copy of this Filter with some or all fields replaced by the given arguments.
@_i1.useResult
Filter copyWith({
String? name,
String? table,
List<_i2.FilterConstraint>? constraints,
});