ExternalReplyInfo.fromJson constructor

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

Creates instance of ExternalReplyInfo from JSON data.

Implementation

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