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