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