setEndOfLine property

void Function(EndOfLine) get setEndOfLine

Implementation

void Function(_i3.EndOfLine) get setEndOfLine =>
    (_i3.EndOfLine p0) => _i5.callMethod(
          _i5.getProperty(
            this,
            'setEndOfLine',
          ),
          r'call',
          [
            this,
            p0.name,
          ],
        );
set setEndOfLine (void value(EndOfLine))

Implementation

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