Oauth2ConsentList constructor

Oauth2ConsentList({
  1. required int total,
  2. required List<Oauth2Consent> consents,
})

Implementation

Oauth2ConsentList({
  required this.total,
  required this.consents,
});