List<T> toList({bool growable = true}) { RxTracking.track(this); return value.toList(growable: growable); }