factory Log.fromJson(Map<String, Object?>? data) { if (data == null) { return Log.empty(); } return Log(); }