toJson property

String get toJson

get data in json string format

Implementation

String get toJson {
  return json.encode(toMap);
}