active property

bool get active

Implementation

bool get active => _active;
set active (bool active)

Implementation

set active(bool active) => _active = active;