isFij property
bool
get
isFij
Checks if this NaturalLanguage instance is Fijian.
Implementation
bool get isFij => this == const LangFij();
Checks if this NaturalLanguage instance is Fijian.
bool get isFij => this == const LangFij();