DelegateValue<T> constructor

const DelegateValue<T>(
  1. Value<T> _delegate
)

Implementation

const DelegateValue(this._delegate);