Returns true if the JavaScript object contains the specified property either directly or though its prototype chain.
true
This is the equivalent of the in operator in JavaScript.
in
bool hasProperty(String property) => _hasProperty(property);