play property
void Function()
get
play
Implementation
void Function() get play => () => _i6.callMethod(
_i6.getProperty(
this,
'play',
),
r'call',
[this],
);
set
play
(void value())
Implementation
set play(void Function() value) {
_i6.setProperty(
this,
'play',
_i6.allowInterop(value),
);
}