dispose property
dynamic Function()
get
dispose
Implementation
_i2.dynamic Function() get dispose => () => _i5.callMethod(
_i5.getProperty(
this,
'dispose',
),
r'call',
[this],
);
set
dispose
(dynamic value())
Implementation
set dispose(_i2.dynamic Function() value) {
_i5.setProperty(
this,
'dispose',
_i5.allowInterop(value),
);
}