ObservableProperty #479
-
Is it possible to Name the Observable property to override convention? [ObservableProperty("FirstName")] |
Beta Was this translation helpful? Give feedback.
Answered by
Sergio0694
Oct 25, 2022
Replies: 1 comment
-
This is not supported by design, no. The property name will automatically match the field. If you want a specific name for the property, just name the field in a way that will result in that name you want to be used for the generated property 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Sergio0694
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not supported by design, no. The property name will automatically match the field. If you want a specific name for the property, just name the field in a way that will result in that name you want to be used for the generated property 🙂