hasNotLangs property
bool
get
hasNotLangs
Returns true if langs
is null, otherwise false.
Implementation
bool get hasNotLangs => !hasLangs;
Returns true if langs
is null, otherwise false.
bool get hasNotLangs => !hasLangs;