toUppercase method

void toUppercase()

Implementation

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