Oauth2ConsentTokenList constructor
Oauth2ConsentTokenList({
- required int total,
- required List<
Oauth2ConsentToken> tokens,
Implementation
Oauth2ConsentTokenList({
required this.total,
required this.tokens,
});