isInserted
A Boolean value that indicates whether the managed object has been inserted in a managed object context.
Declaration
var isInserted: Bool { get }Discussion
true if the receiver has been inserted in a managed object context, otherwise false. If the receiver is a fault, accessing this property does not cause it to fire.