value(withName:inPropertyWithKey:)
Retrieves a named object from the collection specified by the passed key.
Declaration
func value(withName name: String, inPropertyWithKey key: String) -> Any?Discussion
The method valueIn<Key>WithName: is used if it exists. Otherwise, raises an NSUndefinedKeyException.