toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final chromeBrowserProfiles = this.chromeBrowserProfiles;
final nextPageToken = this.nextPageToken;
final totalSize = this.totalSize;
return {
'chromeBrowserProfiles': ?chromeBrowserProfiles,
'nextPageToken': ?nextPageToken,
'totalSize': ?totalSize,
};
}