onModelReady property

(dynamic Function(T model)?) onModelReady
final

Fires once when the ViewModel is created or set for the first time

If you want this to fire everytime the widget is inserted set createNewModelOnInsert to true

Implementation

final Function(T model)? onModelReady;