JvmField
Instructs the Kotlin compiler not to generate getters/setters for this property and expose it as a field.
See the Kotlin language documentation for more information.
Instructs the Kotlin compiler not to generate getters/setters for this property and expose it as a field.
See the Kotlin language documentation for more information.
Thanks for your feedback!