factory HttpProperties.fromJson(Map<String, dynamic> json) { return HttpProperties( httpName: json['HttpName'] as String?, ); }