Map<String, dynamic> toJson() => { 'name': name, 'inputs': inputs, 'output': output, 'docs': docs, };