copyWith abstract method
      
  
FilterConstraint
copyWith({ 
    
- FilterConstraintType? type,
- String? column,
- String? value,
- 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,
});