NSToolbar.as constructor
NSToolbar.as(
- ObjCObject other
Constructs a NSToolbar that points to the same underlying object as other.
Implementation
NSToolbar.as(objc.ObjCObject other) : object$ = other {
objc.checkOsVersionInternal('NSToolbar', iOS: (false, (13, 0, 0)));
}