Heuristic<T>.always  constructor 
- double value
 
Returns a heuristic that always returns value.
Implementation
const factory Heuristic.always(double value) = _AlwaysHeuristic<T>;
Returns a heuristic that always returns value.
const factory Heuristic.always(double value) = _AlwaysHeuristic<T>;