deleteCaption property

void Function() deleteCaption

Implementation

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

Implementation

set deleteCaption(void Function() value) {
  _i4.setProperty(
    this,
    'deleteCaption',
    _i4.allowInterop(value),
  );
}