RtDependencyRef<T> constructor

const RtDependencyRef<T>([
  1. String? id
])

Implementation

const RtDependencyRef([String? id]) : super(id);