isHira property

  1. @Deprecated('Please use == operator or isSameAs() instead.')
bool get isHira

Checks if this Script instance is Hiragana.

Implementation

@Deprecated('Please use == operator or isSameAs() instead.')
bool get isHira => const ScriptHira().isSameAs(this);