ListGraphqlApisResponse constructor
ListGraphqlApisResponse({
- List<
GraphqlApi> ? graphqlApis, - String? nextToken,
Implementation
ListGraphqlApisResponse({
this.graphqlApis,
this.nextToken,
});