active property

bool get active

Is this the active configuration?

Implementation

bool get active => _wrapped.active;
set active (bool v)

Implementation

set active(bool v) {
  _wrapped.active = v;
}