isLatn property

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

Checks if this Script instance is Latin.

Implementation

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