hasSettableProperty method

bool hasSettableProperty(
  1. dynamic prop
)

Implementation

bool hasSettableProperty(dynamic prop) {
  return getSettableProperties(this).contains(prop);
}