hasLists property

bool get hasLists

Returns true if lists is not null, otherwise false.

Implementation

bool get hasLists => lists != null;