NSLayoutDimension.fromPointer constructor
NSLayoutDimension.fromPointer(})
Constructs a NSLayoutDimension that wraps the given raw object pointer.
Implementation
NSLayoutDimension.fromPointer(ffi.Pointer<objc.ObjCObjectImpl> other, {bool retain = false, bool release = false})
: object$ = objc.ObjCObject(other, retain: retain, release: release) {
objc.checkOsVersionInternal('NSLayoutDimension', iOS: (false, (9, 0, 0)), macOS: (false, (10, 11, 0)));
}