stringValue method

String stringValue()
inherited

Implementation

String stringValue() {
  var map = toJson();
  return jsonEncode(map);
}