isBopo property
Checks if this Script instance is Bopomofo.
Implementation
@Deprecated('Please use == operator or isSameAs() instead.')
bool get isBopo => const ScriptBopo().isSameAs(this);
Checks if this Script instance is Bopomofo.
@Deprecated('Please use == operator or isSameAs() instead.')
bool get isBopo => const ScriptBopo().isSameAs(this);