Sheet constructor
Sheet({
- List<
BandedRange> ? bandedRanges, - BasicFilter? basicFilter,
- List<
EmbeddedChart> ? charts, - List<
DimensionGroup> ? columnGroups, - List<
ConditionalFormatRule> ? conditionalFormats, - List<
GridData> ? data, - List<
DeveloperMetadata> ? developerMetadata, - List<
FilterView> ? filterViews, - List<
GridRange> ? merges, - SheetProperties? properties,
- List<
ProtectedRange> ? protectedRanges, - List<
DimensionGroup> ? rowGroups, - 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,
});