isRon property
bool
get
isRon
Checks if this NaturalLanguage instance is Romanian.
Implementation
bool get isRon => this == const LangRon();
Checks if this NaturalLanguage instance is Romanian.
bool get isRon => this == const LangRon();