$rx<T>.$ref constructor

$rx<T>.$ref(
  1. String ref
)

Implementation

factory $rx.$ref(String ref)
{
  return _cache[ref] as $rx<T>;
}