hasPortedExternalScanner static method

bool hasPortedExternalScanner(
  1. String language
)

Implementation

static bool hasPortedExternalScanner(String language) =>
    portedExternalScannerLanguages.contains(language);