ConsentRequest constructor

ConsentRequest({
  1. required bool givesConsent,
})

Implementation

ConsentRequest({
  required this.givesConsent,
});