toString abstract method

  1. @override
String toString()
override

Returns the encoded string representation of the data.

Returns either:

  • Pure Base64 string: "{BASE64_ENCODE}"
  • Data URI string: "data:image/png;base64,{BASE64_ENCODE}"

Implementation

@override
String toString();