column property

int? column

Implementation

int? get column => _$this._column;
void column=(int? column)

Implementation

set column(int? column) => _$this._column = column;