toDartString method

String toDartString()

Implementation

String toDartString() => String.fromCharCodes(takeWhile((c) => c != 0));