value property

  1. @override
R value
override

The actual value itself.

Implementation

@override
R get value => mapper(originalValue.value);