setHomeOwner method

void setHomeOwner(
  1. bool homeOwner
)

Implementation

void setHomeOwner(bool homeOwner) {
  this.homeOwner = homeOwner;
}