toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final references = this.references;
final schema = this.schema;
final schemaType = this.schemaType;
return {
'references': ?references,
'schema': ?schema,
'schemaType': ?schemaType,
};
}