AddSheetResponse constructor

AddSheetResponse({
  1. SheetProperties? properties,
})

Implementation

AddSheetResponse({
  this.properties,
});