MomentumOps
extensionMomentumOpsonnum
Extension methods for constructing Momentum values from num.
Properties
newtonSeconds extension no setter
MomentumgetnewtonSeconds
Creates a Momentum of this value in newton-seconds.
Available on num, provided by the MomentumOps extension
Implementation
dart
Momentum get newtonSeconds => Momentum.newtonSeconds(this);poundForceSeconds extension no setter
MomentumgetpoundForceSeconds
Creates a Momentum of this value in pound-force-seconds.
Available on num, provided by the MomentumOps extension
Implementation
dart
Momentum get poundForceSeconds => Momentum.poundForceSeconds(this);