init static method

dynamic init()

Implementation

static init() {
  FooInterface.instance = FooPro._();
  print('pro');
}