isVol property
Checks if this NaturalLanguage instance is Volapük.
Implementation
@Deprecated('Please use == operator or isSameAs() instead.')
bool get isVol => const LangVol().isSameAs(this);
Checks if this NaturalLanguage instance is Volapük.
@Deprecated('Please use == operator or isSameAs() instead.')
bool get isVol => const LangVol().isSameAs(this);