createLine property

LineNode Function() get createLine

Implementation

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

Implementation

set createLine(_i3.LineNode Function() value) {
  _i5.setProperty(
    this,
    'createLine',
    _i5.allowInterop(value),
  );
}