autoRefresh property

bool autoRefresh
final

This controls if the screen should refresh its back end data upon initialzation. It is defaulted to true since the app wants to prevent corrupted data. However, in UI development, it should be false since it is hard to debug the error recovery otherwise.

Implementation

final bool autoRefresh;