getLineDash property

List<num> Function() get getLineDash

Implementation

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

Implementation

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