CreateCaseResponse constructor

CreateCaseResponse({
  1. String? caseId,
})

Implementation

CreateCaseResponse({
  this.caseId,
});