ListMattersResponse constructor

ListMattersResponse({
  1. List<Matter>? matters,
  2. String? nextPageToken,
})

Implementation

ListMattersResponse({this.matters, this.nextPageToken});