getCode method

String? getCode()

Return the 4-letter ISO 15924 identifier associated with this script.

Implementation

String? getCode() {
  return _info == null ? null : script;
}