inInches property
Returns the total number of inches making up this Length
.
Implementation
double get inInches => _baseValue / _nanometresPerInch;
Returns the total number of inches making up this Length
.
double get inInches => _baseValue / _nanometresPerInch;