isOwner
A Boolean that indicates whether the calling process owns the entity.
Declaration
@MainActor @preconcurrency var isOwner: Bool { get }Discussion
The calling process owns the entity if the value is true.
A Boolean that indicates whether the calling process owns the entity.
@MainActor @preconcurrency var isOwner: Bool { get }The calling process owns the entity if the value is true.