copy method

Option<T> copy()

Implementation

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