ListProblemsResponse constructor

ListProblemsResponse({
  1. String? nextToken,
  2. List<Problem>? problemList,
})

Implementation

ListProblemsResponse({
  this.nextToken,
  this.problemList,
});