pip_services3_commons
pip_services3_commons
PropertyReflector
hasProperty method
hasProperty
pip_services3_commons
pip_services3_commons
PropertyReflector
hasProperty method
PropertyReflector class
Constructors
PropertyReflector
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
getProperties
getProperty
getPropertyNames
hasProperty
setProperties
setProperty
hasProperty
method
bool
hasProperty
(
dynamic
obj
,
String
name
)
Checks if object has a property with specified name..
obj
an object to introspect.
name
a name of the property to check. Returns true if the object has the property and false if it doesn't.