toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final appProfiles = this.appProfiles;
  final failedLocations = this.failedLocations;
  final nextPageToken = this.nextPageToken;
  return {
    'appProfiles': ?appProfiles,
    'failedLocations': ?failedLocations,
    'nextPageToken': ?nextPageToken,
  };
}