blob: d73f599837b1483880d70b2781866ced7b57d3aa [file] [log] [blame] [view]
# bytesAsUTF8String method
String bytesAsUTF8String
()
## Implementation
```dart
String bytesAsUTF8String() => utf8.decode(bytesAsUint8List());
```