copyWith method
Implementation
DeleteQuickReplyShortcut copyWith({int? shortcutId}) =>
DeleteQuickReplyShortcut(shortcutId: shortcutId ?? this.shortcutId);
DeleteQuickReplyShortcut copyWith({int? shortcutId}) =>
DeleteQuickReplyShortcut(shortcutId: shortcutId ?? this.shortcutId);