unsetLeader method

dynamic unsetLeader()

Implementation

unsetLeader() {
  this.leader = null;
}