copyWith abstract method

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

Implementation

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