new1 static method

NSMorphology new1(
  1. ThermionDartTexture1 _lib
)
override

Implementation

static NSMorphology new1(ThermionDartTexture1 _lib) {
  final _ret =
      _lib._objc_msgSend_2(_lib._class_NSMorphology1, _lib._sel_new1);
  return NSMorphology._(_ret, _lib, retain: false, release: true);
}