$<T> function

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

Reference Shortcut

Implementation

Ref<T> $<T>([T? value]) => Ref<T>.construct(value);