currentCommand static method

NSScriptCommand? currentCommand(
  1. ThermionDartTexture1 _lib
)

Implementation

static NSScriptCommand? currentCommand(ThermionDartTexture1 _lib) {
  final _ret = _lib._objc_msgSend_637(
      _lib._class_NSScriptCommand1, _lib._sel_currentCommand1);
  return _ret.address == 0
      ? null
      : NSScriptCommand._(_ret, _lib, retain: true, release: true);
}