ChatGetReminderResponseApplicationJson constructor

ChatGetReminderResponseApplicationJson([
  1. void b(
    1. ChatGetReminderResponseApplicationJsonBuilder
    )?
])

Creates a new ChatGetReminderResponseApplicationJson object using the builder pattern.

Implementation

factory ChatGetReminderResponseApplicationJson([void Function(ChatGetReminderResponseApplicationJsonBuilder)? b]) =
    _$ChatGetReminderResponseApplicationJson;