withLanguage static method

List<Country> withLanguage(
  1. String isoCode
)

Countries with isoCode as an official language (ISO 639-3).

Implementation

static List<Country> withLanguage(String isoCode) =>
    _all.withLanguage(isoCode);