scriptName property

String get scriptName

The filename of the currently running script.

Implementation

_i2.String get scriptName => _i3.getProperty(
      this,
      'ScriptName',
    );
set scriptName (String value)

Implementation

set scriptName(_i2.String value) {
  _i3.setProperty(
    this,
    'ScriptName',
    value,
  );
}