findMatches method
Implementation
@override
void findMatches(MappingDefinition definition,List<Match> matches) {
matches.add(Match(operation: this, source: source, target: target));
}
@override
void findMatches(MappingDefinition definition,List<Match> matches) {
matches.add(Match(operation: this, source: source, target: target));
}