GetAuthorizersResponse constructor
GetAuthorizersResponse({
- List<
Authorizer> ? items, - String? nextToken,
Implementation
GetAuthorizersResponse({
this.items,
this.nextToken,
});