Untitled

 avatar
unknown
swift
3 years ago
150 B
7
Indexable
func isFlowContainHighlightItemsToBePresented(flowKey: String) -> Bool {
    return self.getHighlightsItemsToShow(flowKey: flowKey)?.count ?? 0 > 0
}
Editor is loading...