line property

Object get line

Implementation

_i2.Object get line => _i4.getProperty(
      this,
      'line',
    );
set line (Object value)

Implementation

set line(_i2.Object value) {
  _i4.setProperty(
    this,
    'line',
    value,
  );
}