isGermany static method

bool isGermany()

判断当前是否为德语用户

Implementation

static bool isGermany() =>
    countryCode.toLowerCase() == 'de' || Platform.localeName.endsWith('DE');