value property

T value

The value associated with the updates stream, commonly the latest one. Be sure to check loaded before accessing the value; otherwise it may not be initialized yet, and accessing it will raise an exception.

Implementation

T get value;