create static method

CreditNote create()

Implementation

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