toDartString method

String toDartString()

Gets the Dart string at the handle pointed to by this object.

Implementation

String toDartString() => convertFromHString(value);