isPor property

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

Checks if this NaturalLanguage instance is Portuguese.

Implementation

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