ProblemType constructor

ProblemType({
  1. int? problemTypeId,
  2. String? label,
})

Implementation

ProblemType({this.problemTypeId, this.label});