copy method
copy
Implementation
UITabBarAppearance copy() {
objc.checkOsVersionInternal('UITabBarAppearance.copy', iOS: (false, (13, 0, 0)));
final $ret = _objc_msgSend_151sglz(object$.ref.pointer, _sel_copy);
return UITabBarAppearance.fromPointer($ret, retain: false, release: true);
}