toSimple method

  1. @override
String toSimple()
override

returns a simple, json compatible representation of the content

Implementation

@override
String toSimple() {
  return toString();
}