isHira property

bool get isHira

Checks if this Script instance is Hiragana.

Implementation

bool get isHira => const ScriptHira().isSameAs(this);