contains method

bool contains(
  1. dynamic object
)

Implementation

bool contains(dynamic object) => elements.containsKey(object);