shouldKeepAlive property

bool shouldKeepAlive

Should this atoms state be kept, even if it isnt being used?

Defaults to false.

Implementation

bool get shouldKeepAlive => _keepAlive;