AngularVelocityOps
extension AngularVelocityOps on numExtension methods for constructing AngularVelocity values from num.
Properties
degreesPerSecond extension no setter
AngularVelocity get degreesPerSecondCreates an AngularVelocity of this value in degrees per second.
Available on num, provided by the AngularVelocityOps extension
Implementation
dart
AngularVelocity get degreesPerSecond => AngularVelocity.degreesPerSecond(this);radiansPerHour extension no setter
AngularVelocity get radiansPerHourCreates an AngularVelocity of this value in radians per hour.
Available on num, provided by the AngularVelocityOps extension
Implementation
dart
AngularVelocity get radiansPerHour => AngularVelocity.radiansPerHour(this);radiansPerMinute extension no setter
AngularVelocity get radiansPerMinuteCreates an AngularVelocity of this value in radians per minute.
Available on num, provided by the AngularVelocityOps extension
Implementation
dart
AngularVelocity get radiansPerMinute => AngularVelocity.radiansPerMinute(this);radiansPerSecond extension no setter
AngularVelocity get radiansPerSecondCreates an AngularVelocity of this value in radians per second.
Available on num, provided by the AngularVelocityOps extension
Implementation
dart
AngularVelocity get radiansPerSecond => AngularVelocity.radiansPerSecond(this);revolutionsPerSecond extension no setter
AngularVelocity get revolutionsPerSecondCreates an AngularVelocity of this value in revolutions per second.
Available on num, provided by the AngularVelocityOps extension
Implementation
dart
AngularVelocity get revolutionsPerSecond => AngularVelocity.revolutionsPerSecond(this);