toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final createdAfter = this.createdAfter;
final orConditions = this.orConditions;
final typeCollection = this.typeCollection;
final types = this.types;
return {
'createdAfter': ?createdAfter,
'orConditions': ?orConditions,
'typeCollection': ?typeCollection,
'types': ?types,
};
}