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