isContainChinese property

bool get isContainChinese

Implementation

bool get isContainChinese => RegExp('[$_chinese]').hasMatch(this);