<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="Whether the field is serialized. Defaults to `null` which means [BuiltValue.defaultSerialize] is used. If a field is not serialized, it must either be `@nullable` or specify a default for deserialization to succeed."/>
<itemvalue="Whether the field is serialized. Defaults to `null` which means [BuiltValue.defaultSerialize] is used. If a field is not serialized, it must either be `@nullable` or specify a default for deserialization to succeed."/>
<itemvalue="Optionally, annotate a Built Value `Serializer` getters with this to specify settings. This is only needed for advanced use."/>
<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="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="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"/>
<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"/>
@ -55,12 +56,11 @@
<itemvalue="Whether the field overrides the `nestedBuilders` setting from the class. Defaults to `null` which indicates the setting is to be taken from the `nestedBuilders` setting on the class."/>
<itemvalue="Whether the field overrides the `nestedBuilders` setting from the class. Defaults to `null` which indicates the setting is to be taken from the `nestedBuilders` setting on the class."/>
<itemvalue="tenor categories"/>
<itemvalue="tenor categories"/>
<itemvalue="{@macro flutter.widgets.editableText.maxLines} [expands], which determines whether the field should fill the height of its parent."/>
<itemvalue="{@macro flutter.widgets.editableText.maxLines} [expands], which determines whether the field should fill the height of its parent."/>
<itemvalue="A fixed-length list of 8-bit unsigned integers. For long lists, this implementation can be considerably more space- and time-efficient than the default [List] implementation. Integers stored in the list are truncated to their low eight bits, interpreted as an unsigned 8-bit integer with values in the range 0 to 255."/>