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