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