ChatInviteLink.fromJson constructor

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

Implementation

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