PutAppsListResponse constructor

PutAppsListResponse({
  1. AppsListData? appsList,
  2. String? appsListArn,
})

Implementation

PutAppsListResponse({
  this.appsList,
  this.appsListArn,
});