factory Security.fromJson(Map<String, dynamic> json) => Security( secureConnection: json["secure_connection"], hideErrors: json["hide_errors"], );