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