isEnabled abstract method

bool isEnabled()

Returns whether clustering is enabled.

Example:

final clusteringEnabled = controller.isEnabled;
print("Clustering is enabled: $clusteringEnabled");

Implementation

bool isEnabled();