isMultiple property

bool get isMultiple

True if cluster is not a single item cluster

Implementation

bool get isMultiple => items.length > 1;