Ref<T> constructor

const Ref<T>({
  1. String? tag,
  2. ZenScope? scope,
})

Implementation

const Ref({this.tag, this.scope});