setIsDoneIfProperInt method

void setIsDoneIfProperInt(
  1. bool isDoneWhenProperInt
)

Implementation

void setIsDoneIfProperInt(bool isDoneWhenProperInt) {
  this._isDoneWhenProperInt = isDoneWhenProperInt;
}