toDartString method

  1. @Deprecated('No replacement')
String toDartString()

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

Implementation

@Deprecated('No replacement')
String toDartString() => convertFromHString(value);