createCaption property

HTMLTableCaptionElement Function() createCaption

Implementation

_i3.HTMLTableCaptionElement Function() get createCaption =>
    () => _i4.callMethod(
          _i4.getProperty(
            this,
            'createCaption',
          ),
          r'call',
          [this],
        );
void createCaption=(HTMLTableCaptionElement value())

Implementation

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