play property

void Function() play

Implementation

void Function() get play => () => _i6.callMethod(
      _i6.getProperty(
        this,
        'play',
      ),
      r'call',
      [this],
    );
void play=(void value())

Implementation

set play(void Function() value) {
  _i6.setProperty(
    this,
    'play',
    _i6.allowInterop(value),
  );
}