isHeb property
bool
get
isHeb
Checks if this NaturalLanguage instance is Hebrew (modern).
Implementation
bool get isHeb => this == const LangHeb();
Checks if this NaturalLanguage instance is Hebrew (modern).
bool get isHeb => this == const LangHeb();