hasProperty method

bool hasProperty(
  1. String propertyId
)

Implementation

bool hasProperty(String propertyId) {
  return _schema.containsKey(propertyId);
}