Property

struct Property

The documented shape of a stored property.

Properties

let name: String

The source-spelled property name.

let type: DocumentableID?

The explicit type annotation, when one was written.

let is_static: Bool

Whether the member belongs to its type rather than an instance.