getVariant method

String? getVariant()

Return the variant code for this locale.

Implementation

String? getVariant() {
  return variant;
}