Unit.points constructor

const Unit.points(
  1. double value
)

Constructs a Unit in the form '100pt'

Implementation

const factory Unit.points(double value) = _PointsUnit;