canBeConvertedTo method

bool canBeConvertedTo(
  1. Unit other
)

Implementation

bool canBeConvertedTo(Unit other) =>
    toStandardUnits().canBeConvertedTo(other.toStandardUnits());