isActive property

bool get isActive

Whether an operation is currently active.

Implementation

bool get isActive => _isActive;
  1. @protected
set isActive (bool value)

Sets the active state.

Implementation

@protected
set isActive(bool value) => _isActive = value;