toString method

  1. @override
String toString()
override

Returns the contents of the BSTR as a regular Dart string.

Implementation

@override
String toString() => ptr.toDartString();