Map<String, dynamic> toJson() { return { 'id': id, 'type': type, 'response': response, 'error': error, 'args': args, }; }