ConnectionEndPoint.fromJson constructor

ConnectionEndPoint.fromJson(
  1. Map<String, dynamic> json
)

Creates a ConnectionEndPoint from a JSON map.

Implementation

factory ConnectionEndPoint.fromJson(Map<String, dynamic> json) =>
    _$ConnectionEndPointFromJson(json);