TypedOption()
Creates an empty instance of TypedOption.
TypedOption(option: TypedOption<T>)
Creates an instance of TypedOption by copying the state of another TypedOption
option - the copied option
option