getCueAsHTML property

DocumentFragment Function() get getCueAsHTML

Implementation

_i3.DocumentFragment Function() get getCueAsHTML => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'getCueAsHTML',
      ),
      r'call',
      [this],
    );
set getCueAsHTML (DocumentFragment value())

Implementation

set getCueAsHTML(_i3.DocumentFragment Function() value) {
  _i4.setProperty(
    this,
    'getCueAsHTML',
    _i4.allowInterop(value),
  );
}