hasSettableProperty method

bool hasSettableProperty(
  1. dynamic prop
)
inherited

Implementation

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