getLongCode method

String? getLongCode()

Get the long identifier associated with this script.

Implementation

String? getLongCode() {
  return _info?['lid'] as String?;
}