onInit property
void Function(LxReactive reactive)?
get
onInit
Observes initialization of new reactive objects.
Implementation
void Function(LxReactive reactive)? get onInit => null;
Observes initialization of new reactive objects.
void Function(LxReactive reactive)? get onInit => null;