Compare constructor

const Compare({
  1. CompareType? type,
  2. dynamic compareWith,
  3. dynamic target,
  4. dynamic value,
})

Implementation

const Compare({this.type, this.compareWith, this.target, this.value});