toDartString method

String toDartString()

Implementation

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