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