persist property

void Function() persist

Implementation

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

Implementation

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