Ref<T>.of constructor

Ref<T>.of(
  1. Link link
)

Implementation

Ref.of(this.link) {
  receipt = link;
  _dataMap.putIfAbsent(link, () => null);
}