hasGettableProperty method

bool hasGettableProperty(
  1. dynamic prop
)

Implementation

bool hasGettableProperty(dynamic prop) {
  return getGettableProperties(this).contains(prop);
}