Whether an operation is currently active.
bool get isActive => _isActive;
Sets the active state.
@protected set isActive(bool value) => _isActive = value;