ChatCall.fromJson constructor

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

Constructs a ChatCall from the provided json.

Implementation

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