Converts an instance to json.
Map<String, dynamic> toJson() => { idKey: id, userIdKey: userId ?? "", dataKey: data, };