breakLength property

num? get breakLength

The maximum length for an inspection to take up a single line.

@default {80}

Implementation

_i2.num? get breakLength => _i3.getProperty(
      this,
      'breakLength',
    );
set breakLength (num? value)

Implementation

set breakLength(_i2.num? value) {
  _i3.setProperty(
    this,
    'breakLength',
    value ?? _i6.undefined,
  );
}