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