IceServer.fromJson constructor

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

Implementation

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