copyWith method

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

Implementation

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