isActive property

bool get isActive

Whether this engine actually executes rules (always true now)

Implementation

bool get isActive => true;