Create a CompanySettings from JSON
factory CompanySettings.fromJson(Map<String, dynamic> json) => _$CompanySettingsFromJson(json);