toString method

String toString()
override

Returns the whole content as a String.

Implementation

String toString() => _content.toString();