copyWith method
Implementation
SetQuickReplyShortcutName copyWith({int? shortcutId, String? name}) =>
SetQuickReplyShortcutName(
shortcutId: shortcutId ?? this.shortcutId,
name: name ?? this.name,
);
SetQuickReplyShortcutName copyWith({int? shortcutId, String? name}) =>
SetQuickReplyShortcutName(
shortcutId: shortcutId ?? this.shortcutId,
name: name ?? this.name,
);