MessageSourceHistoryPreview.fromJson constructor

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

Parse from a json

Implementation

factory MessageSourceHistoryPreview.fromJson(Map<String, dynamic> json) =>
    const MessageSourceHistoryPreview();