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