String taskStateExplodedListToJson(List<enums.TaskState>? taskState) { return taskState?.map((e) => e.value!).join(',') ?? ''; }