toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (annotations != null) 'annotations': annotations!,
if (dependsOn != null) 'dependsOn': dependsOn!,
if (description != null) 'description': description!,
if (inputSchema != null) 'inputSchema': inputSchema!,
if (name != null) 'name': name!,
if (outputSchema != null) 'outputSchema': outputSchema!,
};