FormCast.lowercase constructor

FormCast.lowercase()

Cast to uppercase

Implementation

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