ChatGetObjectsSharedInRoomOverviewResponseApplicationJson.fromJson constructor

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

Implementation

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