allocWithZone_ static method

NSAttributedStringMarkdownParsingOptions allocWithZone_(
  1. ThermionDartTexture1 _lib,
  2. Pointer<_NSZone> zone
)
override

Implementation

static NSAttributedStringMarkdownParsingOptions allocWithZone_(
    ThermionDartTexture1 _lib, ffi.Pointer<_NSZone> zone) {
  final _ret = _lib._objc_msgSend_3(
      _lib._class_NSAttributedStringMarkdownParsingOptions1,
      _lib._sel_allocWithZone_1,
      zone);
  return NSAttributedStringMarkdownParsingOptions._(_ret, _lib,
      retain: false, release: true);
}