AppsListDataSummary constructor

AppsListDataSummary({
  1. List<App>? appsList,
  2. String? listArn,
  3. String? listId,
  4. String? listName,
})

Implementation

AppsListDataSummary({
  this.appsList,
  this.listArn,
  this.listId,
  this.listName,
});