toString method

  1. @override
String toString()
override

Returns the underlying content of the asset as a String.

Implementation

@override
String toString() {
  return _contents;
}