compareFn property

DropdownSearchCompareFn<T>? compareFn
final

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

Implementation

final DropdownSearchCompareFn<T>? compareFn;