hasWritableProperty(forKey:)
Returns a Boolean value indicating whether the described class has a writable property identified by the specified key.
Declaration
func hasWritableProperty(forKey key: String) -> BoolParameters
- key:
The identifying key for a property of the receiver.
Return Value
true if the described class has a writable property identified by the specified key; otherwise, false.