getScript method

String? getScript()

Return the ISO 15924 script code for this locale.

Implementation

String? getScript() {
  return script;
}