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