toString abstract method

  1. @override
String toString()
override

The text representation of content already written to this encoder.

Equals to calling toText.

Returns a valid string representation of content for a text format encoder and a base64 string representation of content for a binary format encoder.

Throws FormatException if encoding fails.

Implementation

@override
String toString();