<itemvalue="Memoized annotation for Built Value getters. Getters marked with this annotation are memoized: the result is calculated once on first access and stored in the instance."/>
<itemvalue="Nullable annotation for Built Value fields. Fields marked with this annotation are allowed to be null."/>
<itemvalue="Whether the generated serializer should output `null`s. By default this is `false` and nulls are omitted from the output."/>
<itemvalue="Navigation.pushNamed() shortcut.<br><br> Pushes a new named `page` to the stack. It has the advantage of not needing context, so you can call from your business logic. You can send any type of value to the other route in the [arguments]. [id] is for when you are using nested navigation, as explained in documentation By default, GetX will prevent you from push a route that you already in, if you want to push anyway, set [preventDuplicates] to false Note: Always put a slash on the route ('page1'), to avoid unnexpected errors"/>