setLineDash property

void Function(List<num>) get setLineDash

Implementation

void Function(_i2.List<_i2.num>) get setLineDash =>
    (_i2.List<_i2.num> p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'setLineDash',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set setLineDash (void value(List<num>))

Implementation

set setLineDash(void Function(_i2.List<_i2.num>) value) {
  _i4.setProperty(
    this,
    'setLineDash',
    _i4.allowInterop(value),
  );
}