isSwe property

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

Checks if this NaturalLanguage instance is Swedish.

Implementation

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