Ratio.percent constructor
Ratio.percent(
- double value
Implementation
factory Ratio.percent(double value) => Ratio(value, Unit.percent);
factory Ratio.percent(double value) => Ratio(value, Unit.percent);