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