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