SEL class

Stands for SEL and @selector in iOS and macOS.

An opaque type that represents a method selector.

Constructors

SEL(String selectorName)
factory
SEL.fromPointer(Pointer<Void> ptr)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPointer() Pointer<Void>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override