value property

T value
final

The contained value.

Examples

// prints "2"
print(const Some(2).value);

Implementation

final T value;