toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final collection = this.collection;
final databaseResourceReference = this.databaseResourceReference;
final others = this.others;
return {
'collection': ?collection,
'databaseResourceReference': ?databaseResourceReference,
'others': ?others,
};
}