common property

List<SpeedConverter> common
final

Implementation

static final common = [
  meterPerHour,
  meterPerMinute,
  meterPerSecond,
  kilometerPerHour,
  kilometerPerMinute,
  kilometerPerSecond,
  centimeterPerHour,
  centimeterPerMinute,
  centimeterPerSecond,
  millimeterPerHour,
  millimeterPerMinute,
  millimeterPerSecond,
  footPerHour,
  footPerMinute,
  footPerSecond,
  yardPerHour,
  yardPerMinute,
  yardPerSecond,
  milePerHour,
  milePerMinute,
  milePerSecond,
  knot,
  mach,
  beaufort,
];