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