Length.fromInches constructor
- double inches
Returns a new Length
object from the number of inches.
Implementation
const Length.fromInches(double inches) : super(inches * _nanometresPerInch);
Returns a new Length
object from the number of inches.
const Length.fromInches(double inches) : super(inches * _nanometresPerInch);