init static method

dynamic init()

Implementation

static init() {
  FooInterface.instance = Foo._();
  print('normal');
}