asRef method
Create a reference to this instance
Implementation
EagerRef<T> asRef({
String? tag,
bool? isPermanent,
ZenScope? scope,
}) {
put(tag: tag, isPermanent: isPermanent, scope: scope);
return EagerRef<T>(tag: tag, scope: scope);
}