UTF8 property

String get UTF8

Implementation

String get UTF8 {
  return utf8.decode(data);
}