isActive method
Returns a Boolean indicating whether the "double click to zoom" interaction is active, i.e. currently being used.
@returns {boolean} true
if the "double click to zoom" interaction is active.
Implementation
bool isActive() => jsObject.isActive();