ListAndroidAppsResponse constructor

ListAndroidAppsResponse({
  1. List<AndroidApp>? apps,
  2. String? nextPageToken,
})

Implementation

ListAndroidAppsResponse({
  this.apps,
  this.nextPageToken,
});