toSimple method Null safety
override
returns a simple, json compatible representation of the content
Implementation
@override
String toSimple() {
return toString();
}
returns a simple, json compatible representation of the content
@override
String toSimple() {
return toString();
}