create static method

Foo create()

Implementation

@$core.pragma('dart2js:noInline')
static Foo create() => Foo._();