isSrp property
bool
get
isSrp
Checks if this NaturalLanguage instance is Serbian.
Implementation
bool get isSrp => this == const LangSrp();
Checks if this NaturalLanguage instance is Serbian.
bool get isSrp => this == const LangSrp();