Map<String, dynamic> toJson() { return { 'name': name, 'annotation': annotation, 'returnType': returnType, }; }