Prop<T> constructor

const Prop<T>(
  1. Ref<T> _ref
)

Creates a Prop<T> with a given Ref<T>.

Implementation

const Prop(this._ref);