Prop<T> constructor
const
Prop<T> (
- Ref<
T> _ref
Creates a Prop<T> with a given Ref<T>.
Implementation
const Prop(this._ref);
Creates a Prop<T> with a given Ref<T>.
const Prop(this._ref);