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