ConsentSearchResponse constructor

ConsentSearchResponse({
  1. List<Consent> consents,
  2. num total,
})

Implementation

ConsentSearchResponse({this.consents, this.total});