Convenience: decode a value token.
dynamic decodeValue( final String? value, { final Encoding? charset, }) => decode( value, charset: charset ?? this.charset, kind: DecodeKind.value, );