ChatSetReminderResponseApplicationJson constructor

ChatSetReminderResponseApplicationJson([
  1. void b(
    1. ChatSetReminderResponseApplicationJsonBuilder
    )?
])

Creates a new ChatSetReminderResponseApplicationJson object using the builder pattern.

Implementation

factory ChatSetReminderResponseApplicationJson([void Function(ChatSetReminderResponseApplicationJsonBuilder)? b]) =
    _$ChatSetReminderResponseApplicationJson;