get method

T get()

Retrieves the currently bound value.

Implementation

T get() => _value;