create static method

Shape create()

Implementation

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