ConsentResponse constructor

ConsentResponse({
  1. Consent consent,
  2. List<Consent> consents,
})

Implementation

ConsentResponse({this.consent, this.consents});