NERtcServerConfig.fromJson constructor

NERtcServerConfig.fromJson(
  1. Map map
)

Implementation

factory NERtcServerConfig.fromJson(Map map) {
  return _$NERtcServerConfigFromJson(map.cast());
}