SheetLocalization constructor

const SheetLocalization(
  1. String docId,
  2. String sheetId,
  3. int version, {
  4. bool jsonSerializers = true,
})

Implementation

const SheetLocalization(
  this.docId,
  this.sheetId,
  this.version, {
  this.jsonSerializers = true,
});