toJson property

String get toJson

Implementation

String get toJson {
  final db = _data.values.toList();
  return jsonEncode(db);
}