nextMatch property

String nextMatch

Next match

Implementation

String get nextMatch {
  return Intl.message(
    'Next match',
    name: 'nextMatch',
    desc: '',
    args: [],
  );
}