contains method

bool contains(
  1. String propertyId
)

Implementation

bool contains(String propertyId) => _values.containsKey(propertyId);