alloc static method

NSCachedURLResponse alloc(
  1. ThermionDartTexture1 _lib
)
override

Implementation

static NSCachedURLResponse alloc(ThermionDartTexture1 _lib) {
  final _ret = _lib._objc_msgSend_2(
      _lib._class_NSCachedURLResponse1, _lib._sel_alloc1);
  return NSCachedURLResponse._(_ret, _lib, retain: false, release: true);
}