Angular.thousandth constructor

Angular.thousandth(
  1. double value
)

Implementation

factory Angular.thousandth(double value) => Angular(value, Unit.thousandth);