traitCollection property
UITraitCollection
get
traitCollection
traitCollection
Implementation
UITraitCollection get traitCollection {
objc.checkOsVersionInternal('UIViewController.traitCollection', iOS: (false, (8, 0, 0)));
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_traitCollection);
return UITraitCollection.castFromPointer(_ret, retain: true, release: true);
}