asValue property

Maybe asValue

Implementation

Maybe get asValue => length == 1 ? Just(single.value) : const Nothing();