onInit property

void Function(LxReactive reactive)? get onInit

Observes initialization of new reactive objects.

Implementation

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