create static method

BillingAddress create()

Implementation

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