toNSString method

NSString toNSString()

Implementation

NSString toNSString() =>
    NSString.fromPointer(cast(), retain: true, release: true);