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