isLatn property

bool get isLatn

Checks if this Script instance is Latin.

Implementation

bool get isLatn => const ScriptLatn().isSameAs(this);