create static method

OrderLine create()

Implementation

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