Метод containsKey абстрактный
bool containsKey(Возвращает true, если эта карта содержит заданный key.
Возвращает true, если какой-либо из ключей в карте равен key в соответствии с равенством, используемым картой.
Исходный код
bool containsKey(Object key);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-core/Map/containsKey.html