value property

_ValueAspect<T> value

Create an InheritableAspect that overrides the InheritableAspect.of implementation of this to return value of T

Implementation

_ValueAspect<T> get value => _ValueAspect(this);