isPor property
Checks if this NaturalLanguage instance is Portuguese.
Implementation
@Deprecated('Please use == operator or isSameAs() instead.')
bool get isPor => const LangPor().isSameAs(this);
Checks if this NaturalLanguage instance is Portuguese.
@Deprecated('Please use == operator or isSameAs() instead.')
bool get isPor => const LangPor().isSameAs(this);