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