ChatCallEventsVersionedMixin$Events$EventChatCallDeclined$Call.fromJson constructor

ChatCallEventsVersionedMixin$Events$EventChatCallDeclined$Call.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ChatCallEventsVersionedMixin$Events$EventChatCallDeclined$Call.fromJson(
  Map<String, dynamic> json,
) => _$ChatCallEventsVersionedMixin$Events$EventChatCallDeclined$CallFromJson(
  json,
);