Series constructor

Series(
  1. int? id,
  2. String? title
)

Implementation

Series(this.id, this.title);