ClearValuesResponse constructor

ClearValuesResponse({
  1. String? clearedRange,
  2. String? spreadsheetId,
})

Implementation

ClearValuesResponse({
  this.clearedRange,
  this.spreadsheetId,
});