FormatTypes<String> constructor

FormatTypes<String>(
  1. String value
)

Implementation

FormatTypes(String value) : super(value);