I have a map in the following format that is populated at runtime.
Map<String, List<VerificationDetail>>
I want to convert this to a List so that all values in Map are populated in the list. I tried with few approached but unable to populate the List with all the details available in the map.