setIdioma method

void setIdioma(
  1. String newIdioma
)

Implementation

void setIdioma(String newIdioma) {
  idioma = newIdioma;
}