beginPath property

void Function() get beginPath

Implementation

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

Implementation

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