result property

  1. @override
Either<E, V> result
override

Implementation

@override
Either<E, V> get result => validate(value);