value property

T get value

Extract value of type T inside the Some.

Implementation

T get value => _value;