Compare constructor
const
Compare({
- CompareType? type,
- dynamic compareWith,
- dynamic target,
- dynamic value,
Implementation
const Compare({this.type, this.compareWith, this.target, this.value});