init property

Function get init

Implementation

Function get init => js_util.getProperty(this, 'init');
set init (Function init)

Implementation

set init(Function init) {
  js_util.setProperty(this, 'init', init);
}