CountryCode constructor

CountryCode(
  1. String val
)

Implementation

CountryCode(String val) : super(val.toUpperCase());