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