Peer.fromJson constructor

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

Implementation

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