value property

T value

Extract value of type T inside the Some.

Implementation

T get value => _value;