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