Serializes the object.
static String toIsar(Map<int, String> object) { return jsonEncode(object.map((k, e) => MapEntry(k.toString(), e))); }