RxStateStorage( this.key, { required this.mapper, T? initialValue, }) : super(initialValue) { _init(); }