getUpperString property

String get getUpperString

Implementation

String get getUpperString{
  return getString.toUpperCase();
}