isHang property
Checks if this Script instance is Hangul (HangÅl, Hangeul).
Implementation
@Deprecated('Please use == operator or isSameAs() instead.')
bool get isHang => const ScriptHang().isSameAs(this);
Checks if this Script instance is Hangul (HangÅl, Hangeul).
@Deprecated('Please use == operator or isSameAs() instead.')
bool get isHang => const ScriptHang().isSameAs(this);