Question - Generating Realm models with named parameters for required and optional fields #680
Labels
O-Community
Waiting-For-Reporter
Waiting for more information from the reporter before we can proceed
When generating a Realm model from an _IceCream class as shown above, is there a way to force named fields for both required and optional parameters when creating or accessing an instance of IceCream? Currently, an instance is created like this:
However, we would prefer to name all parameters, as shown below:
The text was updated successfully, but these errors were encountered: