getx
getx copied to clipboard
Provide a function that allows manual rebuild.
Refresh is protected, and update checks the hashCode. However, if there are some complex arrays in an object, it is rare to override hashCode, and it is also troublesome to do so. In this case, it is not possible to use update for rebuild. I hope to provide a function that allows manual rebuild.