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