ambiguate<T> function

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

Implementation

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