UITraitCollection extension type
WARNING: UITraitCollection is a stub. To generate bindings for this class, include UITraitCollection in your config's objc-interfaces list.
! A trait collection encapsulates the system traits of an interface's environment.
- on
-
- ObjCObject
Constructors
- UITraitCollection.as(ObjCObject other)
-
Constructs a UITraitCollection that points to the same underlying object as
other. -
UITraitCollection.fromPointer(Pointer<
ObjCObjectImpl> other, {bool retain = false, bool release = false}) - Constructs a UITraitCollection that wraps the given raw object pointer.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited