toBulkString method

RespBulkString toBulkString()

Converts this type to a bulk string. Throws a StateError if this is not a bulk string.

Implementation

RespBulkString toBulkString() => throw StateError('${toString()} is not a bulk string!');