compareFn property

HcDropdownSearchCompareFunction<T>? compareFn
final

function that compares two object with the same type to detected if it's the selected item or not

Implementation

final HcDropdownSearchCompareFunction<T>? compareFn;