onInit property

void Function(LxReactive reactive)? get onInit

Observes the initialization of a reactive object.

Implementation

void Function(LxReactive reactive)? get onInit => null;