create static method

PercentDiscount create()

Implementation

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