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