create static method

OrderValue create()

Implementation

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