fireOnModelReadyOnce property

bool fireOnModelReadyOnce
final

Indicates if the onModelReady should fire every time the ViewModel is inserted into the widget tree. Or only once during the lifecycle of the ViewModel.

Implementation

final bool fireOnModelReadyOnce;