strongMagnitude property

num? get strongMagnitude

Implementation

_i2.num? get strongMagnitude => _i4.getProperty(
      this,
      'strongMagnitude',
    );
set strongMagnitude (num? value)

Implementation

set strongMagnitude(_i2.num? value) {
  _i4.setProperty(
    this,
    'strongMagnitude',
    value ?? _i6.undefined,
  );
}