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