onInit property

OnInitContext<T>? get onInit

Invoked when the ReactterContext's instance is created.

Implementation

OnInitContext<T>? get onInit => null;