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