hasNotLang property
bool
get
hasNotLang
Returns true if lang
is null, otherwise false.
Implementation
bool get hasNotLang => !hasLang;
Returns true if lang
is null, otherwise false.
bool get hasNotLang => !hasLang;