Sheet constructor

Sheet(
  1. String name,
  2. String sheetId,
  3. String rId
)

Implementation

Sheet(this.name, this.sheetId, this.rId);