maxInertiaRatio property

double get maxInertiaRatio

Implementation

double get maxInertiaRatio => ref.maxInertiaRatio;
set maxInertiaRatio (double v)

Implementation

set maxInertiaRatio(double v) => ref.maxInertiaRatio = v;