DescribeProblemResponse constructor

DescribeProblemResponse({
  1. Problem? problem,
})

Implementation

DescribeProblemResponse({
  this.problem,
});