ListAppsResponse constructor

ListAppsResponse({
  1. List<AppSummary>? apps,
  2. String? nextToken,
})

Implementation

ListAppsResponse({
  this.apps,
  this.nextToken,
});