copy method

Option<T> copy()

Copies this option into a new object

Implementation

Option<T> copy() => Option<T>(name, defaultValue, help, abbr);