getCodeNumber method
Get the ISO 15924 code number associated with this script.
Implementation
int? getCodeNumber() {
return (_info?['nb'] as num?)?.toInt() ?? 0;
}
Get the ISO 15924 code number associated with this script.
int? getCodeNumber() {
return (_info?['nb'] as num?)?.toInt() ?? 0;
}