hasNotLang property

bool get hasNotLang

Returns true if lang is null, otherwise false.

Implementation

bool get hasNotLang => !hasLang;