copyWith method

UpdateQuickReplyShortcut copyWith({
  1. QuickReplyShortcut? shortcut,
})

Implementation

UpdateQuickReplyShortcut copyWith({QuickReplyShortcut? shortcut}) =>
    UpdateQuickReplyShortcut(shortcut: shortcut ?? this.shortcut);