ExternalReplyInfo.fromJson constructor
Creates instance of ExternalReplyInfo from JSON data.
Implementation
factory ExternalReplyInfo.fromJson(Map<String, dynamic> json) =>
    _$ExternalReplyInfoFromJson(json);
Creates instance of ExternalReplyInfo from JSON data.
factory ExternalReplyInfo.fromJson(Map<String, dynamic> json) =>
    _$ExternalReplyInfoFromJson(json);