unsetProp method

dynamic unsetProp()

Implementation

unsetProp() {
  this.prop = null;
}