LazyRef<T> constructor

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

Implementation

LazyRef({this.tag, this.scope});