IfElseBinarySearchGenerator<T> constructor
IfElseBinarySearchGenerator<T> ({})
Implementation
IfElseBinarySearchGenerator({
required this.callback,
required this.map,
required this.name,
});