hasNuxs property

bool get hasNuxs

Returns true if nuxs is not null, otherwise false.

Implementation

bool get hasNuxs => nuxs != null;