hasNotLangs property

bool get hasNotLangs

Returns true if langs is null, otherwise false.

Implementation

bool get hasNotLangs => !hasLangs;