row property

PlutoRow row

Implementation

PlutoRow get row {
  _assertUnInitializedCell(_row != null);

  return _row!;
}