ListCasesResponse constructor

ListCasesResponse({
  1. List<Case>? cases,
  2. String? nextPageToken,
})

Implementation

ListCasesResponse({
  this.cases,
  this.nextPageToken,
});