findUnsafe abstract method

  1. @protected
int? findUnsafe(
  1. F target,
  2. num? tolerance,
  3. int start,
  4. int end,
)

Internal implementation for find, which does not do any validity checks on its arguments. Not to be called directly.

Implementation

@protected
// ignore: non_constant_identifier_names
int? findUnsafe(F target, num? tolerance, int start, int end);