startRow property

int? get startRow

Implementation

int? get startRow => _$this._startRow;
set startRow (int? startRow)

Implementation

set startRow(int? startRow) => _$this._startRow = startRow;