Length.fromFeet constructor
- double feet
Returns a new Length
object from the number of feet.
Implementation
const Length.fromFeet(double feet) : super(feet * _nanometresPerFoot);
Returns a new Length
object from the number of feet.
const Length.fromFeet(double feet) : super(feet * _nanometresPerFoot);