line property

int? line

Implementation

int? get line => _$this._line;
void line=(int? line)

Implementation

set line(int? line) => _$this._line = line;