MessageCallResponse.fromJson constructor

MessageCallResponse.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory MessageCallResponse.fromJson(Map<String, Object?> json) =>
    _$MessageCallResponseFromJson(json);