hasNotListItemsSample property

bool get hasNotListItemsSample

Returns true if listItemsSample is null, otherwise false.

Implementation

bool get hasNotListItemsSample => !hasListItemsSample;