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