ChatReminder constructor
ChatReminder([
- void b()?
Creates a new ChatReminder object using the builder pattern.
Implementation
factory ChatReminder([void Function(ChatReminderBuilder)? b]) = _$ChatReminder;