utf8ToHex property

String get utf8ToHex

Implementation

String get utf8ToHex =>
    utf8.encode(this).map((e) => e.toRadixString(16)).join();