ArisCountryCodeItem constructor
Implementation
ArisCountryCodeItem({
this.isTag = false,
this.tagName,
this.langCode,
this.scriptCode,
this.code,
this.name,
this.countryName,
this.namePinyin,
this.nameFirstWordPinyin,
this.dialCode,
}) {
if (this.isTag) {
assert(tagName != null, 'tagName should not be null when isTag is set');
}
}