FormCast.lowercase constructor

FormCast.lowercase()

Cast to uppercase

Implementation

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