EagerRef<T> constructor

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

Implementation

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