BatchGetValuesResponse constructor

BatchGetValuesResponse({
  1. String? spreadsheetId,
  2. List<ValueRange>? valueRanges,
})

Implementation

BatchGetValuesResponse({
  this.spreadsheetId,
  this.valueRanges,
});