setPublic method

void setPublic()

Make the thread public

Implementation

void setPublic() => this.private = false;