onInit property
void Function(LxReactive reactive)?
get
onInit
Observes the initialization of a reactive object.
Implementation
void Function(LxReactive reactive)? get onInit => null;
Observes the initialization of a reactive object.
void Function(LxReactive reactive)? get onInit => null;