$<T> function

Ref<T> $<T>([
  1. T? data
])

Ref Shortcut

Implementation

Ref<T> $<T>([T? data]) => Ref<T>.create(data);