getLongCode method
Get the long identifier associated with this script.
Implementation
String? getLongCode() {
return _info?['lid'] as String?;
}
Get the long identifier associated with this script.
String? getLongCode() {
return _info?['lid'] as String?;
}