ListAndroidAppsResponse constructor
ListAndroidAppsResponse({
- List<
AndroidApp> ? apps, - String? nextPageToken,
Implementation
ListAndroidAppsResponse({
this.apps,
this.nextPageToken,
});