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