ChatShareObjectToChatResponseApplicationJson.fromJson constructor

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

Implementation

factory ChatShareObjectToChatResponseApplicationJson.fromJson(Map<String, dynamic> json) =>
    jsonSerializers.deserializeWith(serializer, json)!;