toDartString method

String toDartString()

Returns the string that this Objective-C selector represents.

This is equivalent to the Objective-C NSSelectorFromString function.

Implementation

String toDartString() => r.getName(this).cast<Utf8>().toDartString();