UILetterformAwareAdjusting.castFromPointer constructor
UILetterformAwareAdjusting.castFromPointer(})
Constructs a UILetterformAwareAdjusting that wraps the given raw object pointer.
Implementation
UILetterformAwareAdjusting.castFromPointer(ffi.Pointer<objc.ObjCObject> other,
{bool retain = false, bool release = false}) :
this._(other, retain: retain, release: release);