GoogleSheetsOptions constructor

GoogleSheetsOptions({
  1. String? range,
  2. String? skipLeadingRows,
})

Implementation

GoogleSheetsOptions({this.range, this.skipLeadingRows});