createOperations method
Implementation
OperationResult createOperations(Mapper mapper) {
List<Match> matches = [];
findMatches(matches);
return OperationBuilder(matches: matches).makeOperations(mapper, this);
}
OperationResult createOperations(Mapper mapper) {
List<Match> matches = [];
findMatches(matches);
return OperationBuilder(matches: matches).makeOperations(mapper, this);
}