ListAppsResponse constructor

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

Implementation

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