getSpec method
Return the whole locale specifier as a string.
Implementation
String getSpec() {
if (spec == null || spec!.isEmpty) {
_genSpec();
}
return spec!;
}
Return the whole locale specifier as a string.
String getSpec() {
if (spec == null || spec!.isEmpty) {
_genSpec();
}
return spec!;
}