toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final chromeBrowserInfo = this.chromeBrowserInfo;
  final chromeProfileId = this.chromeProfileId;
  final lastProfileSyncTime = this.lastProfileSyncTime;
  return {
    'chromeBrowserInfo': ?chromeBrowserInfo,
    'chromeProfileId': ?chromeProfileId,
    'lastProfileSyncTime': ?lastProfileSyncTime,
  };
}