RepeatCellRequest constructor

RepeatCellRequest({
  1. CellData? cell,
  2. String? fields,
  3. GridRange? range,
})

Implementation

RepeatCellRequest({this.cell, this.fields, this.range});