Topic constructor

Topic({
  1. String? topic,
  2. String? code,
  3. String? group,
  4. String? sets,
})

Implementation

Topic({this.topic, this.code, this.group, this.sets});