scale method

Length scale(
  1. double t
)
override

Implementation

Length scale(double t) {
  return Length(value * t, unit: unit);
}