'How I can do optional unwrapping this swiftUI identifiable data?

enter image description here

Could you check my attached picture?

I want to use the optional data with unwrapping.

What I want to do is that after unwrap the data, I will make ListView with the item in data.

But, I don't know how I can use the optional data for list view.

Thank you!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source