ChatShareObjectToChatResponseApplicationJson constructor

ChatShareObjectToChatResponseApplicationJson([
  1. void b(
    1. ChatShareObjectToChatResponseApplicationJsonBuilder
    )?
])

Creates a new ChatShareObjectToChatResponseApplicationJson object using the builder pattern.

Implementation

factory ChatShareObjectToChatResponseApplicationJson([
  void Function(ChatShareObjectToChatResponseApplicationJsonBuilder)? b,
]) = _$ChatShareObjectToChatResponseApplicationJson;