longTons property

Mass get longTons

Creates a Mass instance representing this numerical value in Long Tons (UK).

Implementation

Mass get longTons => Mass(toDouble(), MassUnit.longTon);