value property

String get value

Triggers decoding (or returns the cached result on repeat access).

Implementation

String get value => _decoded ??= utf8.decode(_bytes, allowMalformed: true);