FormCast.uppercase constructor

FormCast.uppercase()

Cast to uppercase

Implementation

FormCast.uppercase() {
  type = "uppercase";
}