value property

T value

The current value exposed by InheritedProvider.

This property is lazy loaded, and reading it the first time may trigger some side-effects such as creating a T instance or starting a subscription.

Implementation

T get value;