ambiguate<T> function

T? ambiguate<T>(
  1. T? value
)

Implementation

T? ambiguate<T>(T? value) => value;