<itemvalue="Makes this Rx looks like a function so you can update a new value using `rx(someOtherValue)`. Practical to assign the Rx directly to some Widget that has a signature ::onChange( value ) Example: ``` final myText = 'GetX rocks!'.obs; in your Constructor, just to check it works :P ever( myText, print ) ; in your build(BuildContext) { TextField( onChanged: myText, ),"/>
<itemvalue="updates the value to `null` and adds it to the Stream. Even with null-safety coming, is still an important feature to support, as `call()` doesn't accept `null` values. For instance, `InputDecoration.errorText` has to be null to not show the "error state". Sample: ``` final inputError = ''.obs..nil(); print('{inputError.runtimeType}: inputError'); outputs > RxString: null ``` void nil() { subject.add(_value = null); }"/>
<itemvalue="Cause the record did not support by hive cache, remove this value by now Comment reply to record, null by default, soulsRecord or usersRecord. if reply to type is soul, this value is soul record if reply to type is user, this value is user record dynamic replyToRecord;"/>
<itemvalue="折叠"/>
<itemvalue="update last unsenddeleted message preview for on chat list page."/>
@ -54,13 +56,11 @@
<itemvalue="change new onboarding conditions"/>
<itemvalue="判断条件"/>
<itemvalue="listen details after join group chat."/>