Km Property Accessor Attributes
Represents a Kotlin property accessor.
Does not contain meaningful information except attributes, such as visibility and modality. Attributes can be read and written using extension properties, e.g. KmPropertyAccessorAttributes.visibility or KmPropertyAccessorAttributes.isNotDefault.
Properties
Indicates that the corresponding property accessor has at least one annotation.
Indicates that the corresponding property accessor is external
.
Indicates that the corresponding property accessor is inline
.
Indicates that the corresponding property accessor is not default, i.e., it has a body and/or annotations in the source code, or the property is delegated.
Represents modality of the corresponding property accessor.
Represents visibility of the corresponding property accessor.