$init property

void Function() $init

Lifecycle hook for 'init' phase.

Implementation

external void Function() get $init;
void $init=(void v())

Implementation

external set $init(void Function() v);