line property

num? get line

New line value, defaults the line value of this.

Implementation

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

Implementation

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