isActive property
bool
get
isActive
Whether this engine actually executes rules (always true now)
Implementation
bool get isActive => true;
Whether this engine actually executes rules (always true now)
bool get isActive => true;