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