isTgl property
bool
get
isTgl
Checks if this NaturalLanguage instance is Tagalog.
Implementation
bool get isTgl => this == const LangTgl();
Checks if this NaturalLanguage instance is Tagalog.
bool get isTgl => this == const LangTgl();