Documentation Language: Swift

Property

isTarget

Indicates if this model allows modifications.

var isTarget: Bool { get set }

Discussion

Source models are typically read-only (false), whilst target models allow creation and modification (true).