copyWith method

UpdateQuickReplyShortcuts copyWith({
  1. List<int>? shortcutIds,
})

Implementation

UpdateQuickReplyShortcuts copyWith({List<int>? shortcutIds}) =>
    UpdateQuickReplyShortcuts(shortcutIds: shortcutIds ?? this.shortcutIds);