ConnectionEndPoint.fromJson constructor
Creates a ConnectionEndPoint from a JSON map.
Implementation
factory ConnectionEndPoint.fromJson(Map<String, dynamic> json) =>
_$ConnectionEndPointFromJson(json);
Creates a ConnectionEndPoint from a JSON map.
factory ConnectionEndPoint.fromJson(Map<String, dynamic> json) =>
_$ConnectionEndPointFromJson(json);