end property

void Function() get end

Implementation

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

Implementation

set end(void Function() value) {
  _i3.setProperty(
    this,
    'end',
    _i3.allowInterop(value),
  );
}