toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (references != null) 'references': references!,
if (schema != null) 'schema': schema!,
if (schemaType != null) 'schemaType': schemaType!,
if (verbose != null) 'verbose': verbose!,
};