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