Section constructor

Section(
  1. String title,
  2. String link
)

Implementation

Section(this.title, this.link);