toUTF8String method

String toUTF8String()

Implementation

String toUTF8String() {
  return utf8.decode([this]);
}