create static method

PostalAddress create()

Implementation

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