utf8Decode property

String? utf8Decode

Implementation

String? get utf8Decode {
  if (T != int) return null;
  return utf8.decode(this as List<int>);
}