ontology_dart_sdk
common
Convert
bytesToStr method
bytesToStr
Convert class
Constructors
Convert
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
base64ToBytes
bigIntToBytes
bytesToBase64
bytesToBigInt
bytesToHexStr
bytesToStr
hexStrToBigInt
hexStrToBytes
hexStrToStr
strToBytes
bytesToStr method
String
bytesToStr
(
Uint8List
bytes
)
Implementation
static String bytesToStr(Uint8List bytes) { return Utf8Decoder().convert(bytes.toList()); }