copy method

  1. @override
Result<T, E> copy()
override

Implementation

@override
Result<T, E> copy() => Ok(value);