hasSuperProperty method

  1. @nonVirtual
bool hasSuperProperty(
  1. String propertyName
)

实例的超类字段作用域中存在某字段

Implementation

@nonVirtual
bool hasSuperProperty(String propertyName) => _superPropertyMap.containsKey(propertyName);