Semester constructor

Semester(
  1. String title,
  2. String url
)

Implementation

Semester(this.title, this.url);