BatchClearValuesResponse constructor

BatchClearValuesResponse({
  1. List<String>? clearedRanges,
  2. String? spreadsheetId,
})

Implementation

BatchClearValuesResponse({this.clearedRanges, this.spreadsheetId});