toUppercase method

void toUppercase()

Implementation

void toUppercase() {
  setters()['text']!(getters()['text']!().toString().toUpperCase());
}