StringType constructor

StringType()

Create a new StringType

Implementation

StringType() : super(type: String) {
  baseType<String>(String);
}