value property

T get value

Implementation

T get value => _value != null ? _value! : throw Exception();