parse method Null safety
override
Implementation
static HttpProfile? parse(Map<String, dynamic>? json) =>
json == null ? null : HttpProfile._fromJson(json);
static HttpProfile? parse(Map<String, dynamic>? json) =>
json == null ? null : HttpProfile._fromJson(json);