toDartString method
Gets the Dart string at the handle pointed to by this object.
Implementation
String toDartString() => convertFromHString(value);
Gets the Dart string at the handle pointed to by this object.
String toDartString() => convertFromHString(value);