getCodeNumber method

int? getCodeNumber()

Get the ISO 15924 code number associated with this script.

Implementation

int? getCodeNumber() {
  return (_info?['nb'] as num?)?.toInt() ?? 0;
}