Sheet constructor

Sheet({
  1. String? name,
  2. String? sheetId,
})

Implementation

Sheet({
  this.name,
  this.sheetId,
});