Untitled

mail@pastecode.io avatar
unknown
swift
a year ago
150 B
1
Indexable
Never
func isFlowContainHighlightItemsToBePresented(flowKey: String) -> Bool {
    return self.getHighlightsItemsToShow(flowKey: flowKey)?.count ?? 0 > 0
}