ListConsentsResponse constructor

ListConsentsResponse({
  1. List<Consent>? consents,
  2. String? nextPageToken,
})

Implementation

ListConsentsResponse({this.consents, this.nextPageToken});