NSAttributedStringMarkdownParsingOptions.as constructor

NSAttributedStringMarkdownParsingOptions.as(
  1. ObjCObject other
)

Constructs a NSAttributedStringMarkdownParsingOptions that points to the same underlying object as other.

Implementation

NSAttributedStringMarkdownParsingOptions.as(objc.ObjCObject other)
  : object$ = other {
  objc.checkOsVersionInternal(
    'NSAttributedStringMarkdownParsingOptions',
    iOS: (false, (15, 0, 0)),
    macOS: (false, (12, 0, 0)),
  );
  assert(isA(object$));
}