save property

void Function() save

Implementation

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

Implementation

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