ChatGetObjectsSharedInRoomResponseApplicationJson constructor

ChatGetObjectsSharedInRoomResponseApplicationJson([
  1. void b(
    1. ChatGetObjectsSharedInRoomResponseApplicationJsonBuilder
    )?
])

Creates a new ChatGetObjectsSharedInRoomResponseApplicationJson object using the builder pattern.

Implementation

factory ChatGetObjectsSharedInRoomResponseApplicationJson([
  void Function(ChatGetObjectsSharedInRoomResponseApplicationJsonBuilder)? b,
]) = _$ChatGetObjectsSharedInRoomResponseApplicationJson;