scoring method

dynamic scoring(
  1. Match match
)

TODO make this abstract when all matchers are implemented

Implementation

dynamic scoring(Match match) {
  throw UnimplementedError('scoring() not implemented on $runtimeType');
}