getName method

String? getName()

Get the name of this script in English.

Implementation

String? getName() {
  return _info?['nm'] as String?;
}