hasProperty function

dynamic hasProperty (o, name)

Implementation

hasProperty(o, name) => JS('bool', '# in #', name, o);