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