reactive property

bool reactive
getter/setter pair

The reactivity of the bloc. Will send new values in items when something changes in the database if set to true

Implementation

bool reactive;