hasListItemsSample property
bool
get
hasListItemsSample
Returns true if listItemsSample
is not null, otherwise false.
Implementation
bool get hasListItemsSample => listItemsSample != null;
Returns true if listItemsSample
is not null, otherwise false.
bool get hasListItemsSample => listItemsSample != null;