NERtcInfo.fromJson constructor

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

Implementation

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