core.Map<core.String, core.dynamic> toJson() { final count = this.count; final properties = this.properties; return {'count': ?count, 'properties': ?properties}; }