CallPeer.fromJson constructor

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

Implementation

factory CallPeer.fromJson(Map<String, dynamic> json) => jsonSerializers.deserializeWith(serializer, json)!;