Match constructor
Match({
- required MapOperation operation,
- required List<
Accessor> source, - required List<
Accessor> target,
Implementation
Match({required this.operation, required this.source, required this.target}) {
paths = [source, target];
}