BatchGetApplicationsOutput constructor

BatchGetApplicationsOutput({
  1. List<ApplicationInfo>? applicationsInfo,
})

Implementation

BatchGetApplicationsOutput({
  this.applicationsInfo,
});