RxModel({ required this.source, required T defaultValue, bool autoStart = true, }) : super(defaultValue) { if (autoStart) { fetch(); } }