copyWith abstract method

  1. @useResult
FilterConstraint copyWith({
  1. FilterConstraintType? type,
  2. String? column,
  3. String? value,
  4. String? value2,
})

Returns a shallow copy of this FilterConstraint with some or all fields replaced by the given arguments.

Implementation

@_i1.useResult
FilterConstraint copyWith({
  _i2.FilterConstraintType? type,
  String? column,
  String? value,
  String? value2,
});