isItalian static method

bool isItalian()

判断当前是否为意大利语用户

Implementation

static bool isItalian() =>
    countryCode.toLowerCase() == 'it' || Platform.localeName.endsWith('IT');