responds abstract method

bool responds({
  1. required SEL to,
})

Returns a Boolean value that indicates whether the receiver implements or inherits a method that can respond to a specified message.

Implementation

bool responds({required SEL to});