init method

void init(
  1. Map args
)

Init is typically called right after constructor by framework. args - Arguments passed from parent or through Factory.

Implementation

void init(Map args) {}