Метод hasProperty
bool hasProperty(Возвращает true, если JavaScript-объект содержит указанное свойство напрямую или через цепочку прототипов.
Это эквивалент оператора in в JavaScript.
Исходный код
bool hasProperty(String property) => _hasProperty(property);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-js/JsObject/hasProperty.html