Map<String, dynamic> toJson() { return { 'id': id.toJson(), 'loaderId': loaderId.toJson(), 'sourceText': sourceText, }; }