RxListStorage( this.key, { required this.mapper, List<T>? initialValue, }) : super(initialValue) { _init(); }