rpm property
Frequency
get
rpm
Creates a Frequency instance from this value in Revolutions per minute (rpm).
This is functionally equivalent to the rpm extension in AngularVelocity.
Use the one that is most semantically appropriate for your context.
Implementation
Frequency get rpm => Frequency(toDouble(), FrequencyUnit.revolutionsPerMinute);