hasLangs property

bool get hasLangs

Returns true if langs is not null, otherwise false.

Implementation

bool get hasLangs => langs != null;