init static method

dynamic init()

Implementation

static init() {
  instance = Bar();
  print('bar');
}