setNome method

void setNome(
  1. String newNome
)

Implementation

void setNome(String newNome) {
  nome = newNome;
}