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