Weight.grain constructor

Weight.grain(
  1. double value
)

Implementation

factory Weight.grain(double value) => Weight(value, Unit.grain);