getUpperString property

String getUpperString

Implementation

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