getCode method
Return the 4-letter ISO 15924 identifier associated with this script.
Implementation
String? getCode() {
return _info == null ? null : script;
}
Return the 4-letter ISO 15924 identifier associated with this script.
String? getCode() {
return _info == null ? null : script;
}