FormCast.uppercase constructor

FormCast.uppercase()

Cast to uppercase

Implementation

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