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