scriptFullName property

String get scriptFullName

The full path of the currently running script.

Implementation

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

Implementation

set scriptFullName(_i2.String value) {
  _i3.setProperty(
    this,
    'ScriptFullName',
    value,
  );
}