pip_services3_commons
pip_services3_commons
MethodReflector
hasMethod method
hasMethod
pip_services3_commons
pip_services3_commons
MethodReflector
hasMethod method
MethodReflector class
Constructors
MethodReflector
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
getMethodNames
hasMethod
invokeMethod
hasMethod
method
bool
hasMethod
(
dynamic
obj
,
String
name
)
Checks if object has a method with specified name..
obj
an object to introspect.
name
a name of the method to check. Returns true if the object has the method and false if it doesn't.