ListRecipesResponse constructor

ListRecipesResponse({
  1. String? nextToken,
  2. List<RecipeSummary>? recipes,
})

Implementation

ListRecipesResponse({
  this.nextToken,
  this.recipes,
});