isToMany
Returns a Boolean value that indicates whether the relationship can contain many managed objects.
Declaration
var isToMany: Bool { get }Discussion
If maxCount is equal to 1, implying a to-one relationship, this property returns false; otherwise, it returns true.