Sheet constructor

Sheet({
  1. List<BandedRange>? bandedRanges,
  2. BasicFilter? basicFilter,
  3. List<EmbeddedChart>? charts,
  4. List<DimensionGroup>? columnGroups,
  5. List<ConditionalFormatRule>? conditionalFormats,
  6. List<GridData>? data,
  7. List<DeveloperMetadata>? developerMetadata,
  8. List<FilterView>? filterViews,
  9. List<GridRange>? merges,
  10. SheetProperties? properties,
  11. List<ProtectedRange>? protectedRanges,
  12. List<DimensionGroup>? rowGroups,
  13. List<Slicer>? slicers,
})

Implementation

Sheet({
  this.bandedRanges,
  this.basicFilter,
  this.charts,
  this.columnGroups,
  this.conditionalFormats,
  this.data,
  this.developerMetadata,
  this.filterViews,
  this.merges,
  this.properties,
  this.protectedRanges,
  this.rowGroups,
  this.slicers,
});