fireOnViewModelReadyOnce property

bool fireOnViewModelReadyOnce
final

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

Implementation

final bool fireOnViewModelReadyOnce;