ChatDirectLink.fromJson constructor
Constructs a ChatDirectLink from the provided json
.
Implementation
factory ChatDirectLink.fromJson(Map<String, dynamic> json) =>
_$ChatDirectLinkFromJson(json);
Constructs a ChatDirectLink from the provided json
.
factory ChatDirectLink.fromJson(Map<String, dynamic> json) =>
_$ChatDirectLinkFromJson(json);