ChatClearHistoryResponseApplicationJson constructor

ChatClearHistoryResponseApplicationJson([
  1. void b(
    1. ChatClearHistoryResponseApplicationJsonBuilder
    )?
])

Creates a new ChatClearHistoryResponseApplicationJson object using the builder pattern.

Implementation

factory ChatClearHistoryResponseApplicationJson([void Function(ChatClearHistoryResponseApplicationJsonBuilder)? b]) =
    _$ChatClearHistoryResponseApplicationJson;