QuickReply constructor
const
QuickReply({})
Quick Reply constructor.
Implementation
const QuickReply({
required this.shortcutId,
required this.shortcut,
required this.topMessage,
required this.count,
}) : super._();
Quick Reply constructor.
const QuickReply({
required this.shortcutId,
required this.shortcut,
required this.topMessage,
required this.count,
}) : super._();