ChatDirectLink.fromJson constructor

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

Constructs a ChatDirectLink from the provided json.

Implementation

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