FdcGridCellRef constructor

const FdcGridCellRef(
  1. int rowIndex,
  2. int columnIndex, {
  3. int? recordId,
  4. FdcColumnIdentity? runtimeColumnId,
})

Creates a FdcGridCellRef.

Implementation

const FdcGridCellRef(
  this.rowIndex,
  this.columnIndex, {
  this.recordId,
  this.runtimeColumnId,
});