ChatReminderUpcoming constructor

ChatReminderUpcoming([
  1. void b(
    1. ChatReminderUpcomingBuilder
    )?
])

Creates a new ChatReminderUpcoming object using the builder pattern.

Implementation

factory ChatReminderUpcoming([void Function(ChatReminderUpcomingBuilder)? b]) = _$ChatReminderUpcoming;