Sheet constructor

const Sheet(
  1. String id,
  2. String title
)

Implementation

const Sheet(this.id, this.title);