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