SheetORM constructor

SheetORM(
  1. SheetsApi api,
  2. String spreadsheetId,
  3. String sheetName,
  4. List<ForeignKey>? foreignKeys, [
  5. List<Formula>? formulas,
  6. Duration cacheTime = const Duration(seconds: 0),
])

Implementation

SheetORM(
  this.api,
  this.spreadsheetId,
  this.sheetName,
  this.foreignKeys, [
  this.formulas,
  this.cacheTime = const Duration(seconds: 0),
]);