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