value property

Resolvable<T> get value

The value contained within this Dependency.

Implementation

Resolvable<T> get value => _value;