$FixedOrPercent constructor

$FixedOrPercent({
  1. int? fixed,
  2. int? percent,
})

Implementation

$FixedOrPercent({this.fixed, this.percent});