We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
4c09b36
- @Keyed var id: String? +@OptionalKeyed var id: String?
Please note Keyed var _: TYPE? will make a runtime error to tell you the disability on optional.
Keyed var _: TYPE?