factory PendingLogs.fromJson(Map<String, dynamic> json) { return PendingLogs( audit: json['audit'] as bool?, general: json['general'] as bool?, ); }