toDartString method
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();
Returns the string that this Objective-C selector represents.
This is equivalent to the Objective-C NSSelectorFromString function.
String toDartString() => r.getName(this).cast<Utf8>().toDartString();