toJson method
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,
};
}