isVol property

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

Checks if this NaturalLanguage instance is Volapük.

Implementation

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