Wraps this value in a reactive Signal with an optional name.
Signal<T> toSignal({String? name}) => Signal<T>(this, name: name);