ListRecipesResponse constructor
ListRecipesResponse({
- String? nextToken,
- List<
RecipeSummary> ? recipes,
Implementation
ListRecipesResponse({
this.nextToken,
this.recipes,
});