Oauth2ConsentTokenList constructor

Oauth2ConsentTokenList({
  1. required int total,
  2. required List<Oauth2ConsentToken> tokens,
})

Implementation

Oauth2ConsentTokenList({
  required this.total,
  required this.tokens,
});