Deserializes the object.
static Map<String, dynamic> fromIsar(String object) { return Map<String, dynamic>.from(jsonDecode(object)); }