result property

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

Implementation

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