hasLang property

bool get hasLang

Returns true if lang is not null, otherwise false.

Implementation

bool get hasLang => lang != null;