contentDisplay property

String? contentDisplay

ContentDisplay: convert Content to lisible string

Implementation

String? get contentDisplay => utf8.decode(hexToUint8List(content!));