twist property
num?
get
twist
Implementation
_i2.num? get twist => _i4.getProperty(
this,
'twist',
);
set
twist
(num? value)
Implementation
set twist(_i2.num? value) {
_i4.setProperty(
this,
'twist',
value ?? _i6.undefined,
);
}