DelegateMutableValue<T> constructor

const DelegateMutableValue<T>(
  1. MutableValue<T> _delegate
)

Implementation

const DelegateMutableValue(this._delegate);