ref<T> method

Ref<T> ref<T>(
  1. T data
)

Implementation

Ref<T> ref<T>(T data) => Ref.assign(link: this, value: data);