column property

PlutoColumn column

Implementation

PlutoColumn get column {
  _assertUnInitializedCell(_column != null);

  return _column!;
}