AutoFillRequest constructor

AutoFillRequest({
  1. GridRange? range,
  2. SourceAndDestination? sourceAndDestination,
  3. bool? useAlternateSeries,
})

Implementation

AutoFillRequest({
  this.range,
  this.sourceAndDestination,
  this.useAlternateSeries,
});