inMicrometres property
Returns the total number of micrometres making up this Length
.
Implementation
double get inMicrometres => _baseValue / _nanometresPerMicrometre;
Returns the total number of micrometres making up this Length
.
double get inMicrometres => _baseValue / _nanometresPerMicrometre;