toSimpleString method

  1. @override
RespSimpleString toSimpleString()
override

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

Implementation

@override
RespSimpleString toSimpleString() => this;