ChatForward.fromJson constructor

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

Constructs a ChatForward from the provided json.

Implementation

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