twist property

num? twist

Implementation

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

Implementation

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