traitCollection property
UITraitCollection
get
traitCollection
traitCollection
Implementation
UITraitCollection get traitCollection {
final _$$ref$1 = object$.ref;
objc.checkOsVersionInternal('UIViewController.traitCollection', iOS: (false, (8, 0, 0)));
final $ret = _objc_msgSend_151sglz(_$$ref$1.pointer, _sel_traitCollection);
return UITraitCollection.fromPointer($ret, retain: true, release: true);
}