sortedIndex function

int sortedIndex(
  1. List list,
  2. dynamic value
)

Implementation

int sortedIndex(List list, dynamic value) => _sortedIndex(list, value);