hasChildProperty method

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

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

Implementation

@nonVirtual
bool hasChildProperty(String propertyName) => _childPropertyMap.containsKey(propertyName);